← Search

Jianyuan Guo

33 accepted papers

2026

ADSeeker: A Knowledge-Grounded Reasoning Framework for Industry Anomaly Detection and Reasoning

CVPR 2026

Automatic vision inspection holds significant importance in industry inspection. While multimodal large language models (MLLMs) exhibit strong language understanding capabilities and hold promise for this task, their performance remains significantly inferior to that of human experts. In this contex

Cited by 0SourceScholar
2026

Circle-RoPE: Cone-like Decoupled Rotary Positional Embedding for Vision-Language Models

ICML 2026poster

Rotary Position Embedding (RoPE) is widely adopted in large language models, but when applied to vision-language models (VLMs) it couples text and image position indices and can introduce spurious cross-modal relative-position bias. We propose Per-Token Distance (PTD) to quantify cross-modal positio…

Cited by 0SourceScholar
2026

KTV: Keyframes and Key Tokens Selection for Efficient Training-Free Video LLMs

AAAI 2026technical

Training-free video understanding methods leverage the strong image comprehension capabilities of pre-trained vision language models (VLMs) by treating videos as a sequences of static frames, thus obviating the need for costly video-specific training. However, this paradigm often suffers from severe

Cited by 0SourcePDFScholar
2026

PA-Attack: Guiding Gray-Box Attacks on LVLM Vision Encoders with Prototypes and Attention

CVPR 2026

Large Vision-Language Models (LVLMs) are foundational to modern multimodal applications, yet their susceptibility to adversarial attacks remains a critical concern. Prior white-box attacks rarely generalize across tasks, and black-box methods depend on expensive transfer, which limits efficiency. Th

Cited by 0SourcecodeScholar
2025

Bridging Sign and Spoken Languages: Pseudo Gloss Generation for Sign Language Translation

NeurIPS 2025poster

Sign Language Translation (SLT) aims to map sign language videos to spoken language text. A common approach relies on gloss annotations as an intermediate representation, decomposing SLT into two sub-tasks: video-to-gloss recognition and gloss-to-text translation. While effective, this paradigm depe…

Cited by 0SourceScholar
2025

MixPrompt: Efficient Mixed Prompting for Multimodal Semantic Segmentation

NeurIPS 2025poster

Recent advances in multimodal semantic segmentation show that incorporating auxiliary inputs—such as depth or thermal images—can significantly improve performance over single-modality (RGB-only) approaches. However, most existing solutions rely on parallel backbone networks and complex fusion module…

Cited by 0SourceScholar
2024

Data-efficient Large Vision Models through Sequential Autoregression

ICML 2024poster

Training general-purpose vision models on purely sequential visual data, eschewing linguistic inputs, has heralded a new frontier in visual understanding. These models are intended to not only comprehend but also seamlessly transit to out-of-domain tasks. However, current endeavors are hamstrung by…

2024

GeminiFusion: Efficient Pixel-wise Multimodal Fusion for Vision Transformer

ICML 2024poster

Cross-modal transformers have demonstrated superiority in various vision tasks by effectively integrating different modalities. This paper first critiques prior token exchange methods which replace less informative tokens with inter-modal features, and demonstrate exchange based methods underperform…

2024

ParameterNet: Parameters Are All You Need for Large-scale Visual Pretraining of Mobile Networks

CVPR 2024poster

The large-scale visual pretraining has significantly improve the performance of large vision models. However we observe the low FLOPs pitfall that the existing low-FLOPs models cannot benefit from large-scale pretraining. In this paper we introduce a novel design principle termed ParameterNet aimed…

2024

Token Compensator: Altering Inference Cost of Vision Transformer without Re-Tuning

ECCV 2024poster

"Token compression expedites the training and inference of Vision Transformers (ViTs) by reducing the number of the redundant tokens, , pruning inattentive tokens or merging similar tokens. However, when applied to downstream tasks, these approaches suffer from significant performance drop when the…

2023

Gold-YOLO: Efficient Object Detector via Gather-and-Distribute Mechanism

NeurIPS 2023poster

In the past years, YOLO-series models have emerged as the leading approaches in the area of real-time object detection. Many studies pushed up the baseline to a higher level by modifying the architecture, augmenting data and designing new losses. However, we find previous models still suffer from in…

2023

Hierarchical Relational Learning for Few-Shot Knowledge Graph Completion

ICLR 2023poster

Knowledge graphs (KGs) are powerful in terms of their inference abilities, but are also notorious for their incompleteness and long-tail distribution of relations. To address these challenges and expand the coverage of KGs, few-shot KG completion aims to make predictions for triplets involving novel…

Cited by 30SourcePDFScholar
2023

Masked Image Modeling With Local Multi-Scale Reconstruction

CVPR 2023highlight

Masked Image Modeling (MIM) achieves outstanding success in self-supervised representation learning. Unfortunately, MIM models typically have huge computational burden and slow learning process, which is an inevitable obstacle for their industrial applications. Although the lower layers play the key…

2023

One-for-All: Bridge the Gap Between Heterogeneous Architectures in Knowledge Distillation

NeurIPS 2023poster

Knowledge distillation (KD) has proven to be a highly effective approach for enhancing model performance through a teacher-student training scheme. However, most existing distillation methods are designed under the assumption that the teacher and student models belong to the same model family, parti…

2023

Revisit the Power of Vanilla Knowledge Distillation: from Small Scale to Large Scale

NeurIPS 2023poster

The tremendous success of large models trained on extensive datasets demonstrates that scale is a key ingredient in achieving superior results. Therefore, the reflection on the rationality of designing knowledge distillation (KD) approaches for limited-capacity architectures solely based on small-sc…

2023

VanillaNet: the Power of Minimalism in Deep Learning

NeurIPS 2023poster

At the heart of foundation models is the philosophy of "more is different", exemplified by the astonishing success in computer vision and natural language processing. However, the challenges of optimization and inherent complexity of transformer models call for a paradigm shift towards simplicity. I…

2022

A Transformer-Based Object Detector with Coarse-Fine Crossing Representations

NeurIPS 2022accept

Transformer-based object detectors have shown competitive performance recently. Compared with convolutional neural networks limited by the relatively small receptive fields, the advantage of transformer for visual tasks is the capacity to perceive long-range dependencies among all image patches, wh…

Cited by 7SourcePDFScholar
2022

Brain-Inspired Multilayer Perceptron With Spiking Neurons

CVPR 2022poster

Recently, Multilayer Perceptron (MLP) becomes the hotspot in the field of computer vision tasks. Without inductive bias, MLPs perform well on feature extraction and achieve amazing results. However, due to the simplicity of their structures, the performance highly depends on the local features commu…

Cited by 38PDFScholar
2022

CMT: Convolutional Neural Networks Meet Vision Transformers

CVPR 2022poster

Vision transformers have been successfully applied to image recognition tasks due to their ability to capture long-range dependencies within an image. However, there are still gaps in both performance and computational cost between transformers and existing convolutional neural networks (CNNs). In t…

Cited by 954PDFcodeScholar
2022

GhostNetV2: Enhance Cheap Operation with Long-Range Attention

NeurIPS 2022accept

Light-weight convolutional neural networks (CNNs) are specially designed for applications on mobile devices with faster inference speed. The convolutional operation can only capture local information in a window region, which prevents performance from being further improved. Introducing self-attent…

2022

Hire-MLP: Vision MLP via Hierarchical Rearrangement

CVPR 2022poster

Previous vision MLPs such as MLP-Mixer and ResMLP accept linearly flattened image patches as input, making them inflexible for different input sizes and hard to capture spatial information. Such approach withholds MLPs from getting comparable performance with their transformer-based counterparts and…

Cited by 140PDFcodeScholar
2022

Learning Efficient Vision Transformers via Fine-Grained Manifold Distillation

NeurIPS 2022accept

In the past few years, transformers have achieved promising performance on various computer vision tasks. Unfortunately, the immense inference overhead of most existing vision transformers withholds them from being deployed on edge devices such as cell phones and smart watches. Knowledge distillatio…

Cited by 71SourcePDFScholar
2022

Vision GNN: An Image is Worth Graph of Nodes

NeurIPS 2022accept

Network architecture plays a key role in the deep learning-based computer vision system. The widely-used convolutional neural network and transformer treat the image as a grid or sequence structure, which is not flexible to capture irregular and complex objects. In this paper, we propose to represen…

2021

Distilling Object Detectors via Decoupled Features

CVPR 2021poster

Knowledge distillation is a widely used paradigm for inheriting information from a complicated teacher network to a compact student network and maintaining the strong performance. Different from image classification, object detectors are much more sophisticated with multiple loss functions in which…

Cited by 288PDFcodeScholar
2021

HourNAS: Extremely Fast Neural Architecture Search Through an Hourglass Lens

CVPR 2021poster

Neural Architecture Search (NAS) aims to automatically discover optimal architectures. In this paper, we propose an hourglass-inspired approach (HourNAS) for extremely fast NAS. It is motivated by the fact that the effects of the architecture often proceed from the vital few blocks. Acting like the…

Cited by 27PDFScholar
2021

Positive-Unlabeled Data Purification in the Wild for Object Detection

CVPR 2021poster

Deep learning based object detection approaches have achieved great progress with the benefit from large amount of labeled images. However, image annotation remains a laborious, time-consuming and error-prone process. To further improve the performance of detectors, we seek to exploit all available…

Cited by 15PDFScholar
2020

Hit-Detector: Hierarchical Trinity Architecture Search for Object Detection

CVPR 2020poster

Neural Architecture Search (NAS) has achieved great success in image classification task. Some recent works have managed to explore the automatic design of efficient backbone or feature fusion layer for object detection. However, these methods focus on searching only one certain component of object…

Cited by 136PDFcodeScholar
2019

Beyond Human Parts: Dual Part-Aligned Representations for Person Re-Identification

ICCV 2019poster

Person re-identification is a challenging task due to various complex factors. Recent studies have attempted to integrate human parsing results or externally defined attributes to help capture human parts or important object regions. On the other hand, there still exist many useful contextual cues t…

Cited by 250PDFcodeScholar