← Search

Kai Han

128 accepted papers

2026

Beyond Masks: Efficient, Flexible Diffusion Language Models via Deletion-Insertion Processes

ICLR 2026poster

While Masked Diffusion Language Models (MDLMs) relying on token masking and unmasking have shown promise in language modeling, their computational efficiency and generation flexibility remain constrained by the masking paradigm. In this paper, we propose Deletion-Insertion Diffusion language models…

Cited by 0SourcecodeScholar
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

PPE: Positional Preservation Embedding for Token Compression in Multimodal Large Language Models

ICLR 2026poster

Multimodal large language models (MLLMs) have achieved strong performance on vision-language tasks, yet often suffer from inefficiencies due to redundant visual tokens. Existing token merging methods reduce sequence length but frequently disrupt spatial layouts and temporal continuity by disregardin…

Cited by 0SourcecodeScholar
2026

PocketLLM: Ultimate Compression of Large Language Models via Meta Networks

AAAI 2026technical

As Large Language Models (LLMs) continue to grow in size, storing and transmitting them on edge devices becomes increasingly challenging. Traditional methods like quantization and pruning struggle to achieve extreme compression of LLMs without sacrificing accuracy. In this paper, we introduce Pocket

Cited by 0SourcePDFScholar
2026

Sculpt4D: Generating 4D Shapes via Sparse-Attention Diffusion Transformers

CVPR 2026

Recent breakthroughs in 3D generative modeling have yielded remarkable progress in static shape synthesis, yet truly dynamic 4D generation remains elusive, hindered by temporal artifacts and prohibitive computational demand. We present Sculpt4D, a native 4D generative framework that seamlessly integ

Cited by 2SourcecodeScholar
2026

ZeroBench: An Impossible Visual Benchmark for Contemporary Large Multimodal Models

ICML 2026poster

Large Multimodal Models (LMMs) exhibit shortfalls when interpreting images and, by some measures, have poorer spatial cognition than young children or animals. Despite this, they attain high scores on many popular visual benchmarks, with headroom rapidly eroded by surging model progress. To address …

Cited by 0SourceScholar
2026

iVGR: Internalizing Visually Grounded Reasoning for MLLMs with Reinforcement Learning

ICML 2026poster

While visually grounded Chain-of-Thought (CoT) has emerged as a promising paradigm to enhance fine-grained perception in multimodal large language models (MLLMs), its efficacy during the inference phase remains under-scrutinized. In this work, we empirically find that mandating the explicit object b…

Cited by 0SourceScholar
2025

AvatarGO: Zero-shot 4D Human-Object Interaction Generation and Animation

ICLR 2025poster

Recent advancements in diffusion models have led to significant improvements in the generation and animation of 4D full-body human-object interactions (HOI). Nevertheless, existing methods primarily focus on SMPL-based motion generation, which is limited by the scarcity of realistic large-scale inte…

Cited by 6SourcePDFScholar
2025

BiGR: Harnessing Binary Latent Codes for Image Generation and Improved Visual Representation Capabilities

ICLR 2025poster

We introduce BiGR, a novel conditional image generation model using compact binary latent codes for generative training, focusing on enhancing both generation and representation capabilities. BiGR is the first conditional generative model that unifies generation and discrimination within the same fr…

2025

DebGCD: Debiased Learning with Distribution Guidance for Generalized Category Discovery

ICLR 2025poster

In this paper, we tackle the problem of Generalized Category Discovery (GCD). Given a dataset containing both labelled and unlabelled images, the objective is to categorize all images in the unlabelled subset, irrespective of whether they are from known or unknown classes. In GCD, an inherent labe…

2025

DenseSSM: State Space Models with Dense Hidden Connection for Efficient Large Language Models

NAACL 2025long

Large language models (LLMs) face a significant challenge due to the excessive computational and memory requirements of the commonly used Transformer architecture. While state space model (SSM) is a new type of foundational network architecture offering lower computational complexity, their performa…

Cited by 0SourcePDFScholar
2025

Detecting Open World Objects via Partial Attribute Assignment

CVPR 2025poster

Despite being trained on massive data, today's vision foundation models still fall short in detecting open world objects. Apart from recognizing known objects from training, a successful Open World Object Detection (OWOD) system must also be able to detect unknown objects never seen before, without…

2025

EMS-SD: Efficient Multi-sample Speculative Decoding for Accelerating Large Language Models

NAACL 2025long

Speculative decoding emerges as a pivotal technique for enhancing the inference speed of Large Language Models (LLMs). Despite recent research aiming to improve prediction efficiency, multi-sample speculative decoding has been overlooked due to varying numbers of accepted tokens within a batch in th…

2025

Eve: Efficient Multimodal Vision Language Models with Elastic Visual Experts

AAAI 2025technical

Multimodal vision language models (VLMs) have made significant progress with the support of continuously increasing model sizes and data volumes. Running VLMs on edge devices has become a challenge for their widespread application. There are several efficient VLM efforts, but they often sacrifice li…

2025

Fin3R: Fine-tuning Feed-forward 3D Reconstruction Models via Monocular Knowledge Distillation

NeurIPS 2025poster

We present Fin3R, a simple, effective, and general fine-tuning method for feed-forward 3D reconstruction models. The family of feed-forward reconstruction model regresses pointmap of all input images to a reference frame coordinate system, along with other auxiliary outputs, in a single forward pass…

Cited by 0SourcecodeScholar
2025

Forest-of-Thought: Scaling Test-Time Compute for Enhancing LLM Reasoning

ICML 2025poster

Large Language Models (LLMs) have demonstrated remarkable abilities across various language tasks, but solving complex reasoning problems remains a significant challenge. While existing methods, such as Chain-of-Thought (CoT) and Tree-of-Thought (ToT), enhance reasoning by decomposing problems or st…

2025

GAMEBoT: Transparent Assessment of LLM Reasoning in Games

ACL 2025long

Large Language Models (LLMs) are increasingly deployed in real-world applications that demand complex reasoning. To track progress, robust benchmarks are required to evaluate their capabilities beyond superficial pattern recognition. However, current LLM reasoning benchmarks often face challenges su…

Cited by 0SourcePDFScholar
2025

GRAB: A Challenging GRaph Analysis Benchmark for Large Multimodal Models

ICCV 2025poster

Large multimodal models (LMMs) have exhibited proficiencies across many visual tasks. Although numerous well-known benchmarks exist to evaluate model performance, they increasingly have insufficient headroom. As such, there is a pressing need for a new generation of benchmarks challenging enough for…

2025

GSPN-2: Efficient Parallel Sequence Modeling

NeurIPS 2025poster

Efficient vision transformer remains a bottleneck for high-resolution images and long-video related real-world applications. Generalized Spatial Propagation Network (GSPN) \cite{wang2025parallel} addresses this by replacing quadratic self-attention with a line-scan propagation scheme, bringing the c…

Cited by 0SourceScholar
2025

HiLo: A Learning Framework for Generalized Category Discovery Robust to Domain Shifts

ICLR 2025poster

Generalized Category Discovery (GCD) is a challenging task in which, given a partially labelled dataset, models must categorize all unlabelled instances, regardless of whether they come from labelled categories or from new ones. In this paper, we challenge a remaining assumption in this task: that a…

Cited by 4SourcePDFScholar
2025

ICE: Intrinsic Concept Extraction from a Single Image via Diffusion Models

CVPR 2025highlight

The inherent ambiguity in defining visual concepts poses significant challenges for modern generative models, such as the diffusion-based Text-to-Image (T2I) models, in accurately learning concepts from a single image. Existing methods lack a systematic way to reliably extract the interpretable unde…

2025

Inpaint4Drag: Repurposing Inpainting Models for Drag-Based Image Editing via Bidirectional Warping

ICCV 2025poster

Drag-based image editing has emerged as a powerful paradigm for intuitive image manipulation. However, existing approaches predominantly rely on manipulating the latent space of generative models, leading to limited precision, delayed feedback, and model-specific constraints. Accordingly, we present…

2025

L-Man: A Large Multi-modal Model Unifying Human-centric Tasks

AAAI 2025technical

Large language models (LLMs) have recently shown notable progress in unifying various visual tasks with an open-ended form. However, when transferred to human-centric tasks, despite their remarkable multi-modal understanding ability in general domains, they lack further human-related domain knowledg…

Cited by 0SourcePDFScholar
2025

LLM Data Selection and Utilization via Dynamic Bi-level Optimization

ICML 2025poster

While large-scale training data is fundamental for developing capable large language models (LLMs), strategically selecting high-quality data has emerged as a critical approach to enhance training efficiency and reduce computational costs. Current data selection methodologies predominantly rely on s…

Cited by 0SourcePDFScholar
2025

Mr. DETR: Instructive Multi-Route Training for Detection Transformers

CVPR 2025poster

Existing methods enhance the training of detection transformers by incorporating an auxiliary one-to-many assignment. In this work, we treat the model as a multi-task framework, simultaneously performing one-to-one and one-to-many predictions. We investigate the roles of each component in the transf…

2025

Needle Threading: Can LLMs Follow Threads Through Near-Million-Scale Haystacks?

ICLR 2025poster

As the context limits of Large Language Models (LLMs) increase, the range of possible applications and downstream functions broadens. In many real-world tasks, decisions depend on details scattered across collections of often disparate documents containing mostly irrelevant information. Long-context…

Cited by 2SourcePDFScholar
2025

Parallel Sequence Modeling via Generalized Spatial Propagation Network

CVPR 2025poster

We present the Generalized Spatial Propagation Network (GSPN), a new attention mechanism optimized for vision tasks that inherently captures 2D spatial structures. Existing attention models, including transformers, linear attention, and state-space models like Mamba, process multi-dimensional data a…

Cited by 0SourcePDFScholar
2025

SEAL: Semantic-Aware Hierarchical Learning for Generalized Category Discovery

NeurIPS 2025poster

This paper investigates the problem of Generalized Category Discovery (GCD). Given a partially labelled dataset, GCD aims to categorize all unlabelled images, regardless of whether they belong to known or unknown classes. Existing approaches typically depend on either single-level semantics or manua…

Cited by 0SourcecodeScholar
2025

SpeCache: Speculative Key-Value Caching for Efficient Generation of LLMs

ICML 2025poster

Transformer-based large language models (LLMs) have already achieved remarkable results on long-text tasks, but the limited GPU memory (VRAM) resources struggle to accommodate the linearly growing demand for key-value (KV) cache as the sequence length increases, which has become a bottleneck for the…

Cited by 0SourcePDFScholar
2025

ZBOT: A Novel Modular Robot Capable of Active Transformation from Snake to Bipedal Configuration through RL

IROS 2025

In recent years, significant progress has been made in the prototype design and control methodologies of modular snake robots. However, there is still relatively little research on the potential enabled by the active morphological transformation of robots. This paper presents a novel modular snake r

Cited by 0SourceScholar
2025

v-CLR: View-Consistent Learning for Open-World Instance Segmentation

CVPR 2025highlight

In this paper, we address the challenging problem of open-world instance segmentation. Existing works have shown that vanilla visual networks are biased toward learning appearance information, e.g. texture, to recognize objects. This implicit bias causes the model to fail in detecting novel objects…

2024

A Robust Audio Deepfake Detection System via Multi-View Feature

ICASSP 2024accepted

With the advancement of generative modeling techniques, synthetic human speech becomes increasingly indistinguishable from real, and tricky challenges are elicited for the audio deepfake detection (ADD) system. In this paper, we exploit audio features to improve the generalizability of ADD systems.…

Cited by 0SourceScholar
2024

Adapt without Forgetting: Distill Proximity from Dual Teachers in Vision-Language Models

ECCV 2024poster

"Multi-modal models such as CLIP possess remarkable zero-shot transfer capabilities, making them highly effective in continual learning tasks. However, this advantage is severely compromised by catastrophic forgetting, which undermines the valuable zero-shot learning abilities of these models. Exist…

2024

An Empirical Study of Scaling Law for Scene Text Recognition

CVPR 2024poster

The laws of model size data volume computation and model performance have been extensively studied in the field of Natural Language Processing (NLP). However the scaling laws in Scene Text Recognition (STR) have not yet been investigated. To address this we conducted comprehensive studies that invol…

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

Design of a Multi-Environmentally Adaptable Modular Self-Reconfigurable Robot

RA-L 2024

Modular self-reconfigurable robots (MSRRs) have significantly progressed in hardware and algorithm development. However, they are generally used in terrestrial environments, leaving broad scenarios to be explored and benefited. This letter presents a novel amphibious self-reconfigurable robot (ASRR)

Cited by 11SourceScholar
2024

DreamAvatar: Text-and-Shape Guided 3D Human Avatar Generation via Diffusion Models

CVPR 2024poster

We present DreamAvatar a text-and-shape guided framework for generating high-quality 3D human avatars with controllable poses. While encouraging results have been reported by recent methods on text-guided 3D common object generation generating high-quality human avatars remains an open challenge due…

2024

FROSTER: Frozen CLIP is A Strong Teacher for Open-Vocabulary Action Recognition

ICLR 2024poster

In this paper, we introduce \textbf{FROSTER}, an effective framework for open-vocabulary action recognition. The CLIP model has achieved remarkable success in a range of image-based tasks, benefiting from its strong generalization capability stemming from pretaining on massive image-text pairs. Howe…

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

Kangaroo: Lossless Self-Speculative Decoding for Accelerating LLMs via Double Early Exiting

NeurIPS 2024poster

Speculative decoding has demonstrated its effectiveness in accelerating the inference of large language models (LLMs) while maintaining an identical sampling distribution. However, the conventional approach of training separate draft model to achieve a satisfactory token acceptance rate can be costl…

2024

Memory-Space Visual Prompting for Efficient Vision-Language Fine-Tuning

ICML 2024poster

Current solutions for efficiently constructing large vision-language (VL) models follow a two-step paradigm: projecting the output of pre-trained vision encoders to the input space of pre-trained language models as visual prompts; and then transferring the models to downstream VL tasks via end-to-en…

2024

MemoryFormer : Minimize Transformer Computation by Removing Fully-Connected Layers

NeurIPS 2024poster

In order to reduce the computational complexity of large language models, great efforts have been made to to improve the efficiency of transformer models such as linear attention and flash-attention. However, the model size and corresponding computational complexity are constantly scaled up in pursu…

Cited by 0SourcePDFScholar
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

Rethinking Optimization and Architecture for Tiny Language Models

ICML 2024poster

The power of large language models (LLMs) has been demonstrated through numerous data and computing resources. However, the application of language models on mobile devices is facing huge challenge on the computation and memory costs, that is, tiny language models with high performance are urgently…

2024

SD4Match: Learning to Prompt Stable Diffusion Model for Semantic Matching

CVPR 2024poster

In this paper we address the challenge of matching semantically similar keypoints across image pairs. Existing research indicates that the intermediate output of the UNet within the Stable Diffusion (SD) can serve as robust image feature maps for such a matching task. We demonstrate that by employin…

Cited by 25SourcePDFScholar
2024

SPTNet: An Efficient Alternative Framework for Generalized Category Discovery with Spatial Prompt Tuning

ICLR 2024poster

Generalized Category Discovery (GCD) aims to classify unlabelled images from both ‘seen’ and ‘unseen’ classes by transferring knowledge from a set of labelled ‘seen’ class images. A key theme in existing GCD approaches is adapting large-scale pre-trained models for the GCD task. An alternate perspec…

2024

SciFIBench: Benchmarking Large Multimodal Models for Scientific Figure Interpretation

NeurIPS 2024poster

Large multimodal models (LMMs) have proven flexible and generalisable across many tasks and fields. Although they have strong potential to aid scientific research, their capabilities in this domain are not well characterised. A key aspect of scientific research is the ability to understand and inter…

2024

Star-Agents: Automatic Data Optimization with LLM Agents for Instruction Tuning

NeurIPS 2024poster

The efficacy of large language models (LLMs) on downstream tasks usually hinges on instruction tuning, which relies critically on the quality of training data. Unfortunately, collecting high-quality and diverse data is both expensive and time-consuming. To mitigate this issue, we propose a novel St…

2023

Boosting Semantic Segmentation from the Perspective of Explicit Class Embeddings

ICCV 2023poster

Semantic segmentation is a computer vision task that associates a label with each pixel in an image. Modern approaches tend to introduce class embeddings into semantic segmentation for deeply utilizing category semantics, and regard supervised class masks as final predictions. In this paper, we expl…

Cited by 11PDFcodeScholar
2023

Diffusion-Based 3D Human Pose Estimation with Multi-Hypothesis Aggregation

ICCV 2023poster

In this paper, a novel Diffusion-based 3D Pose estimation (D3DP) method with Joint-wise reProjection-based Multi-hypothesis Aggregation (JPMA) is proposed for probabilistic 3D human pose estimation. On the one hand, D3DP generates multiple possible 3D pose hypotheses for a single 2D observation. It…

Cited by 125PDFcodeScholar
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

HeadSculpt: Crafting 3D Head Avatars with Text

NeurIPS 2023poster

Recently, text-guided 3D generative methods have made remarkable advancements in producing high-quality textures and geometry, capitalizing on the proliferation of large vision-language and image diffusion models. However, existing methods still struggle to create high-fidelity 3D head avatars in t…

Cited by 51SourcePDFScholar
2023

Learning Attention As Disentangler for Compositional Zero-Shot Learning

CVPR 2023poster

Compositional zero-shot learning (CZSL) aims at learning visual concepts (i.e., attributes and objects) from seen compositions and combining concept knowledge into unseen compositions. The key to CZSL is learning the disentanglement of the attribute-object composition. To this end, we propose to exp…

2023

Learning Semi-supervised Gaussian Mixture Models for Generalized Category Discovery

ICCV 2023poster

In this paper, we address the problem of generalized category discovery (GCD), i.e., given a set of images where part of them are labelled and the rest are not, the task is to automatically cluster the images in the unlabelled data, leveraging the information from the labelled data, while the unlabe…

Cited by 118PDFcodeScholar
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

Network Expansion for Practical Training Acceleration

CVPR 2023poster

Recently, the sizes of deep neural networks and training datasets both increase drastically to pursue better performance in a practical sense. With the prevalence of transformer-based models in vision tasks, even more pressure is laid on the GPU platforms to train these heavy models, which consumes…

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

Open-Vocabulary Semantic Segmentation with Decoupled One-Pass Network

ICCV 2023poster

Recently, the open-vocabulary semantic segmentation problem has attracted increasing attention and the best performing methods are based on two-stream networks: one stream for proposal mask generation and the other for segment classification using a pre-trained visual-language model. However, existi…

Cited by 48PDFcodeScholar
2023

Practical Parallel Algorithms for Submodular Maximization Subject to a Knapsack Constraint with Nearly Optimal Adaptivity

AAAI 2023technical

Submodular maximization has wide applications in machine learning and data mining, where massive datasets have brought the great need for designing efficient and parallelizable algorithms. One measure of the parallelizability of a submodular maximization algorithm is its adaptivity complexity, which…

Cited by 8SourcePDFScholar
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

SeSDF: Self-Evolved Signed Distance Field for Implicit 3D Clothed Human Reconstruction

CVPR 2023poster

We address the problem of clothed human reconstruction from a single image or uncalibrated multi-view images. Existing methods struggle with reconstructing detailed geometry of a clothed human and often require a calibrated setting for multi-view reconstruction. We propose a flexible framework which…

2023

Species196: A One-Million Semi-supervised Dataset for Fine-grained Species Recognition

NeurIPS 2023poster

The development of foundation vision models has pushed the general visual recognition to a high level, but cannot well address the fine-grained recognition in specialized domain such as invasive species classification. Identifying and managing invasive species has strong social and ecological value.…

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

Accelerating Sparse Convolution with Column Vector-Wise Sparsity

NeurIPS 2022accept

Weight sparsity is a promising approach to reducing the model size and computation cost of convolutional neural networks (CNNs). Nevertheless, non-zero weights often distribute randomly in sparse CNN models, introducing enormous difficulty in obtaining actual speedup on common hardware (e.g., GPU) o…

Cited by 14SourcePDFScholar
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

JIFF: Jointly-Aligned Implicit Face Function for High Quality Single View Clothed Human Reconstruction

CVPR 2022oral

This paper addresses the problem of single view 3D human reconstruction. Recent implicit function based methods have shown impressive results, but they fail to recover fine face details in their reconstructions. This largely degrades user experience in applications like 3D telepresence. In this pape…

Cited by 38PDFScholar
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

Novel Class Discovery without Forgetting

ECCV 2022poster

"Humans possess an innate ability to identify and differentiate instances that they are not familiar with, by leveraging and adapting the knowledge that they have acquired so far. Importantly, they achieve this without deteriorating the performance on their earlier learning. Inspired by this, we ide…

Cited by 52SourcePDFScholar
2022

Open-Set Recognition: A Good Closed-Set Classifier is All You Need

ICLR 2022oral

The ability to identify whether or not a test sample belongs to one of the semantic classes in a classifier's training set is critical to practical deployment of the model. This task is termed open-set recognition (OSR) and has received significant attention in recent years. In this paper, we first…

2022

Redistribution of Weights and Activations for AdderNet Quantization

NeurIPS 2022accept

Adder Neural Network (AdderNet) provides a new way for developing energy-efficient neural networks by replacing the expensive multiplications in convolution with cheaper additions (i.e., L1-norm). To achieve higher hardware efficiency, it is necessary to further study the low-bit quantization of Add…

Cited by 6SourcePDFScholar
2022

SharpContour: A Contour-Based Boundary Refinement Approach for Efficient and Accurate Instance Segmentation

CVPR 2022poster

Excellent performance has been achieved on instance segmentation but the quality on the boundary area remains unsatisfactory, which leads to a rising attention on boundary refinement. For practical use, an ideal post-processing refinement scheme are required to be accurate, generic and efficient. Ho…

Cited by 34PDFScholar
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

Augmented Shortcuts for Vision Transformers

NeurIPS 2021poster

Transformer models have achieved great progress on computer vision tasks recently. The rapid development of vision transformers is mainly contributed by their high representation ability for extracting informative features from input images. However, the mainstream transformer models are designed wi…

2021

Contrastive Learning Based Hybrid Networks for Long-Tailed Image Classification

CVPR 2021poster

Learning discriminative image representations plays a vital role in long-tailed image classification because it can ease the classifier learning in imbalanced cases. Given the promising performance contrastive learning has shown recently in representation learning, in this work, we explore effective…

Cited by 346PDFScholar
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

Joint Representation Learning and Novel Category Discovery on Single- and Multi-Modal Data

ICCV 2021poster

This paper studies the problem of novel category discovery on single- and multi-modal data with labels from different but relevant categories. We present a generic, end-to-end framework to jointly learn a reliable representation and assign clusters to unlabelled data. To avoid over-fitting the learn…

Cited by 79PDFScholar
2021

Learning Frequency Domain Approximation for Binary Neural Networks

NeurIPS 2021oral

Binary neural networks (BNNs) represent original full-precision weights and activations into 1-bit with sign function. Since the gradient of the conventional sign function is almost zero everywhere which cannot be used for back-propagation, several attempts have been proposed to alleviate the optimi…

Cited by 71SourcePDFScholar
2021

Novel Visual Category Discovery with Dual Ranking Statistics and Mutual Knowledge Distillation

NeurIPS 2021poster

In this paper, we tackle the problem of novel visual category discovery, i.e., grouping unlabelled images from new classes into different semantic partitions by leveraging a labelled dataset that contains images from other different but relevant categories. This is a more realistic and challenging…

Cited by 128SourcePDFScholar
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
2021

Post-Training Quantization for Vision Transformer

NeurIPS 2021poster

Recently, transformer has achieved remarkable performance on a variety of computer vision applications. Compared with mainstream convolutional neural networks, vision transformers are often of sophisticated architectures for extracting powerful feature representations, which are more difficult to be…

Cited by 416SourcePDFScholar
2021

Randomized Algorithms for Submodular Function Maximization with a $k$-System Constraint

ICML 2021spotlight

Submodular optimization has numerous applications such as crowdsourcing and viral marketing. In this paper, we study the problem of non-negative submodular function maximization subject to a $k$-system constraint, which generalizes many other important constraints in submodular optimization such as…

Cited by 16SourcePDFScholar
2021

ReNAS: Relativistic Evaluation of Neural Architecture Search

CVPR 2021poster

An effective and efficient architecture performance evaluation scheme is essential for the success of Neural Architecture Search (NAS). To save computational cost, most of existing NAS algorithms often train and evaluate intermediate neural architectures on a small proxy dataset with limited trainin…

Cited by 106PDFcodeScholar
2020

Automatically Discovering and Learning New Visual Categories with Ranking Statistics

ICLR 2020poster

We tackle the problem of discovering novel classes in an image collection given labelled examples of other classes. This setting is similar to semi-supervised learning, but significantly harder because there are no labelled examples for the new classes. The challenge, then, is to leverage the inform…

Cited by 250SourcecodeScholar
2020

Correspondence Networks With Adaptive Neighbourhood Consensus

CVPR 2020poster

In this paper, we tackle the task of establishing dense visual correspondences between images containing objects of the same category. This is a challenging task due to large intra-class variations and a lack of dense pixel level annotations. We propose a convolutional neural network architecture, c…

Cited by 97PDFcodeScholar
2020

Deterministic Approximation for Submodular Maximization over a Matroid in Nearly Linear Time

NeurIPS 2020poster

We study the problem of maximizing a non-monotone, non-negative submodular function subject to a matroid constraint. The prior best-known deterministic approximation ratio for this problem is $\frac{1}{4}-\epsilon$ under $\mathcal{O}(({n^4}/{\epsilon})\log n)$ time complexity. We show that this dete…

Cited by 24SourcePDFScholar
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
2020

Model Rubik’s Cube: Twisting Resolution, Depth and Width for TinyNets

NeurIPS 2020poster

To obtain excellent deep neural architectures, a series of techniques are carefully designed in EfficientNets. The giant formula for simultaneously enlarging the resolution, depth and width provides us a Rubik’s cube for neural networks. So that we can find networks with high efficiency and excellen…

2020

Searching for Low-Bit Weights in Quantized Neural Networks

NeurIPS 2020poster

Quantized neural networks with low-bit weights and activations are attractive for developing AI accelerators. However, the quantization functions used in most conventional quantization methods are non-differentiable, which increases the optimization difficulty of quantized networks. Compared with fu…

Cited by 115SourcePDFScholar
2020

Training Binary Neural Networks through Learning with Noisy Supervision

ICML 2020poster

This paper formalizes the binarization operations over neural networks from a learning perspective. In contrast to classical hand crafted rules (\eg hard thresholding) to binarize full-precision neurons, we propose to learn a mapping from full-precision neurons to the target binary ones. Each indivi…

Cited by 62SourcePDFScholar
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
2019

Co-Evolutionary Compression for Unpaired Image Translation

ICCV 2019poster

Generative adversarial networks (GANs) have been successfully used for considerable computer vision tasks, especially the image-to-image translation. However, generators in these networks are of complicated architectures with large number of parameters and huge computational complexities. Existing m…

Cited by 93PDFScholar
2019

Learning to Discover Novel Visual Categories via Deep Transfer Clustering

ICCV 2019poster

We consider the problem of discovering novel object categories in an image collection. While these images are unlabelled, we also assume prior knowledge of related but different image classes. We use such prior knowledge to reduce the ambiguity of clustering, and improve the quality of the newly dis…

Cited by 395PDFcodeScholar
2019

Low-resolution Visual Recognition via Deep Feature Distillation

ICASSP 2019accepted

Here we study the low-resolution visual recognition problem. Conventional methods are usually trained on images with large ROIs (regions of interest), while the regions and insider images are often small and blur in real-world applications. Therefore, deep neural networks learned on high-resolution…

Cited by 0SourceScholar
2019

Positive-Unlabeled Compression on the Cloud

NeurIPS 2019poster

Many attempts have been done to extend the great success of convolutional neural networks (CNNs) achieved on high-end GPU servers to portable devices such as smart phones. Providing compression and acceleration service of deep learning models on the cloud is therefore of significance and is attracti…

Cited by 64SourcePDFScholar
2019

Self-Calibrating Deep Photometric Stereo Networks

CVPR 2019oral

This paper proposes an uncalibrated photometric stereo method for non-Lambertian scenes based on deep learning. Unlike previous approaches that heavily rely on assumptions of specific reflectances and light source distributions, our method is able to determine both shape and light directions of a sc…

Cited by 182PDFcodeScholar
2019

Unsupervised Image Matching and Object Discovery as Optimization

CVPR 2019poster

Learning with complete or partial supervision is power- ful but relies on ever-growing human annotation efforts. As a way to mitigate this serious problem, as well as to serve specific applications, unsupervised learning has emerged as an important field of research. In computer vision, unsu- pervis…

Cited by 77PDFcodeScholar
2018

Greedy Hash: Towards Fast Optimization for Accurate Hash Coding in CNN

NeurIPS 2018poster

To convert the input into binary code, hashing algorithm has been widely used for approximate nearest neighbor search on large-scale image sets due to its computation and storage efficiency. Deep hashing further improves the retrieval quality by combining the hash coding with deep neural network. Ho…

2018

TOM-Net: Learning Transparent Object Matting From a Single Image

CVPR 2018poster

This paper addresses the problem of transparent object matting. Existing image matting approaches for transparent objects often require tedious capturing procedures and long processing time, which limit their practical use. In this paper, we first formulate transparent object matting as a refractive…

2017

SCNet: Learning Semantic Correspondence

ICCV 2017poster

This paper addresses the problem of establishing semantic correspondences between images depicting different instances of the same object or scene category. Previous approaches focus on either combining a spatial regularizer with hand-crafted features, or learning a correspondence model for appearan…

Cited by 159PDFcodeScholar
2015

A Fixed Viewpoint Approach for Dense Reconstruction of Transparent Objects

CVPR 2015poster

This paper addresses the problem of reconstructing the surface shape of transparent objects. The difficulty of this problem originates from the viewpoint dependent appearance of a transparent object, which quickly makes reconstruction methods tailored for diffuse surfaces fail disgracefully. In this…

Cited by 47SourcePDFScholar