← Search

Junjie Yan

81 accepted papers

2025

MoBA: Mixture of Block Attention for Long-Context LLMs

NeurIPS 2025spotlight

Scaling the effective context length is essential for advancing large language models (LLMs) toward artificial general intelligence (AGI). However, the quadratic increase in computational complexity inherent in traditional attention mechanisms presents a prohibitive overhead. Existing approaches eit…

Cited by 0SourcecodeScholar
2023

Cross Modal Transformer: Towards Fast and Robust 3D Object Detection

ICCV 2023poster

In this paper, we propose a robust 3D detector, named Cross Modal Transformer (CMT), for end-to-end 3D multi-modal detection. Without explicit view transformation, CMT takes the image and point clouds tokens as inputs and directly outputs accurate 3D bounding boxes. The spatial alignment of multi-mo…

Cited by 118PDFcodeScholar
2023

PETRv2: A Unified Framework for 3D Perception from Multi-Camera Images

ICCV 2023poster

In this paper, we propose PETRv2, a unified framework for 3D perception from multi-view images. Based on PETR, PETRv2 explores the effectiveness of temporal modeling, which utilizes the temporal information of previous frames to boost 3D object detection. More specifically, we extend the 3D position…

Cited by 397PDFcodeScholar
2022

Supervision Exists Everywhere: A Data Efficient Contrastive Language-Image Pre-training Paradigm

ICLR 2022poster

Recently, large-scale Contrastive Language-Image Pre-training (CLIP) has attracted unprecedented attention for its impressive zero-shot recognition ability and excellent transferability to downstream tasks. However, CLIP is quite data-hungry and requires 400M image-text pairs for pre-training, there…

2022

cosFormer: Rethinking Softmax In Attention

ICLR 2022poster

Transformer has shown great successes in natural language processing, computer vision, and audio processing. As one of its core components, the softmax attention helps to capture long-range dependencies yet prohibits its scale-up due to the quadratic space and time complexity to the sequence length.…

2021

AutoSampling: Search for Effective Data Sampling Schedules

ICML 2021spotlight

Data sampling acts as a pivotal role in training deep learning models. However, an effective sampling schedule is difficult to learn due to its inherent high-dimension as a hyper-parameter. In this paper, we propose an AutoSampling method to automatically learn sampling schedules for model training,…

Cited by 8SourcePDFScholar
2021

BN-NAS: Neural Architecture Search With Batch Normalization

ICCV 2021poster

Model training and evaluation are two main time-consuming processes during neural architecture search (NAS). Although weight-sharing based methods have been proposed to reduce the number of trained networks, these methods still need to train the supernet for hundreds of epochs and evaluate thousands…

Cited by 45PDFcodeScholar
2021

BSN++: Complementary Boundary Regressor with Scale-Balanced Relation Modeling for Temporal Action Proposal Generation

AAAI 2021technical

Generating human action proposals in untrimmed videos is an important yet challenging task with wide applications. Current methods often suffer from the noisy boundary locations and the inferior quality of confidence scores used for proposal retrieving. In this paper, we present BSN++, a new framewo…

Cited by 143SourcePDFScholar
2021

Context-Aware Graph Convolution Network for Target Re-identification

AAAI 2021technical

Most existing re-identification methods focus on learning robust and discriminative features with deep convolution networks. However, many of them consider content similarity separately and fail to utilize the context information of the query and gallery sets, e.g. probe-gallery and gallery-gallery…

Cited by 31SourcePDFScholar
2021

GAIA: A Transfer Learning System of Object Detection That Fits Your Needs

CVPR 2021poster

Transfer learning with pre-training on large-scale datasets has played an increasingly significant role in computer vision and natural language processing recently. However, as there exist numerous application scenarios that have distinctive demands such as certain latency constraints and specialize…

Cited by 68PDFScholar
2021

GLiT: Neural Architecture Search for Global and Local Image Transformer

ICCV 2021poster

We introduce the first Neural Architecture Search (NAS) method to find a better transformer architecture for image recognition. Recently, transformers without CNN-based backbones are found to achieve impressive performance for image recognition. However, the transformer is designed for NLP tasks and…

Cited by 131PDFcodeScholar
2021

Geometry Uncertainty Projection Network for Monocular 3D Object Detection

ICCV 2021poster

Monocular 3D object detection has received increasing attention due to the wide application in autonomous driving. Existing works mainly focus on introducing geometry projection to predict depth priors for each object. Despite their impressive progress, these methods neglect the geometry leverage ef…

Cited by 263PDFcodeScholar
2021

Inception Convolution With Efficient Dilation Search

CVPR 2021poster

As a variant of standard convolution, a dilated convolution can control effective receptive fields and handle large scale variance of objects without introducing additional computational costs. To fully explore the potential of dilated convolution, we proposed a new type of dilated convolution (refe…

Cited by 45PDFcodeScholar
2021

Learning Statistical Texture for Semantic Segmentation

CVPR 2021poster

Existing semantic segmentation works mainly focus on learning the contextual information in high-level semantic features with CNNs. In order to maintain a precise boundary, low-level texture features are directly skip-connected into the deeper layers. Nevertheless, texture features are not only abou…

Cited by 177PDFcodeScholar
2021

MQBench: Towards Reproducible and Deployable Model Quantization Benchmark

NeurIPS 2021poster

Model quantization has emerged as an indispensable technique to accelerate deep learning inference. Although researchers continue to push the frontier of quantization algorithms, existing quantization work is often unreproducible and undeployable. This is because researchers do not choose consiste…

Cited by 62SourcecodeScholar
2021

Once Quantization-Aware Training: High Performance Extremely Low-Bit Architecture Search

ICCV 2021poster

Quantization Neural Networks (QNN) have attracted a lot of attention due to their high efficiency. To enhance the quantization accuracy, prior works mainly focus on designing advanced quantization algorithms but still fail to achieve satisfactory results under the extremely low-bit case. In this wor…

Cited by 47PDFcodeScholar
2021

SSN3D: Self-Separated Network to Align Parts for 3D Convolution in Video Person Re-Identification

AAAI 2021technical

Temporal appearance misalignment is a crucial problem in video person re-identification. The same part of person (e.g. head or hand) appearing on different locations in video sequence weakens its discriminative ability, especially when we apply standard temporal aggregation such as 3D convolution or…

Cited by 32SourcePDFScholar
2021

Temporal Context Aggregation Network for Temporal Action Proposal Refinement

CVPR 2021poster

Temporal action proposal generation aims to estimate temporal intervals of actions in untrimmed videos, which is a challenging yet important task in the video understanding field. The proposals generated by current methods still suffer from inaccurate temporal boundaries and inferior confidence used…

Cited by 166PDFScholar
2020

Adaptive Dilated Network With Self-Correction Supervision for Counting

CVPR 2020poster

The counting problem aims to estimate the number of objects in images. Due to large scale variation and labeling deviations, it remains a challenging task. The static density map supervised learning framework is widely used in existing methods, which uses the Gaussian kernel to generate a density ma…

Cited by 207PDFScholar
2020

COCAS: A Large-Scale Clothes Changing Person Dataset for Re-Identification

CVPR 2020poster

Recent years have witnessed great progress in person re-identification (re-id). Several academic benchmarks such as Market1501, CUHK03 and DukeMTMC play important roles to promote the re-id research. To our best knowledge, all the existing benchmarks assume the same person will have the same clothes…

Cited by 110PDFScholar
2020

CelebA-Spoof: Large-Scale Face Anti-Spoofing Dataset with Rich Annotations

ECCV 2020poster

As facial interaction systems are prevalently deployed, security and reliability of these systems become a critical issue, with substantial research efforts devoted. Among them, face anti-spoofing emerges as an important area, whose objective is to identify whether a presented face is live or spoof.…

2020

Class-wise Dynamic Graph Convolution for Semantic Segmentation

ECCV 2020poster

Recent works have made great progress in semantic segmentation by exploiting contextual information in a local or global manner with dilated convolutions, pyramid pooling or self-attention mechanism. In order to avoid potential misleading contextual information aggregation in previous work, we propo…

Cited by 105SourcePDFScholar
2020

Efficient Transfer Learning via Joint Adaptation of Network Architecture and Weight

ECCV 2020poster

Transfer learning can boost the performance on the target task by leveraging the knowledge of the source domain. Recent works in neural architecture search (NAS), especially one-shot NAS, can aid transfer learning by establishing sufficient network search space. However, existing NAS methods tend to…

Cited by 7SourcePDFScholar
2020

Equalization Loss for Long-Tailed Object Recognition

CVPR 2020poster

Object recognition techniques using convolutional neural networks (CNN) have achieved great success. However, state-of-the-art object detection methods still perform poorly on large vocabulary and long-tailed datasets, e.g. LVIS. In this work, we analyze this problem from a novel perspective: each p…

Cited by 612PDFcodeScholar
2020

Improving Auto-Augment via Augmentation-Wise Weight Sharing

NeurIPS 2020poster

The recent progress on automatically searching augmentation policies has boosted the performance substantially for various tasks. A key component of automatic augmentation search is the evaluation process for a particular augmentation policy, which is utilized to return reward and usually runs thous…

2020

Large-Scale Object Detection in the Wild From Imbalanced Multi-Labels

CVPR 2020oral

Training with more data has always been the most stable and effective way of improving performance in deep learn-ing era. As the largest object detection dataset so far, OpenImages brings great opportunities and challenges for object detection in general and sophisticated scenarios. However, owing t…

Cited by 75PDFScholar
2020

Learning Connectivity of Neural Networks from a Topological Perspective

ECCV 2020poster

Seeking effective neural networks is a critical and practical field in deep learning. Besides designing the depth, type of convolution, normalization, and nonlinearities, the topological connectivity of neural networks is also important. Previous principles of rule-based modular design simplify the…

Cited by 5SourcePDFScholar
2020

MimicDet: Bridging the Gap Between One-Stage and Two-Stage Object Detection

ECCV 2020poster

Modern object detection methods can be divided into one-stage approaches and two-stage ones. One-stage detectors are more efficient owing to straightforward architectures, but the two-stage detectors still take the lead in accuracy. Although recent work try to improve the one-stage detectors by imit…

Cited by 95SourcePDFScholar
2020

Powering One-shot Topological NAS with Stabilized Share-parameter Proxy

ECCV 2020poster

One-shot NAS method has attracted much interest from the research community due to its remarkable training efficiency and capacity to discover high performance models. However, the search spaces of previous one-shot based works usually relied on hand-craft design and were short for flexibility on th…

Cited by 21SourcePDFScholar
2020

Rotation Consistent Margin Loss for Efficient Low-Bit Face Recognition

CVPR 2020poster

In this paper, we consider the low-bit quantization problem of face recognition (FR) under the open-set protocol. Different from well explored low-bit quantization on closed-set image classification task, the open-set task is more sensitive to quantization errors (QEs). We redefine the QEs in angula…

Cited by 50PDFScholar
2020

Towards Stabilizing Batch Statistics in Backward Propagation of Batch Normalization

ICLR 2020poster

Batch Normalization (BN) is one of the most widely used techniques in Deep Learning field. But its performance can awfully degrade with insufficient batch size. This weakness limits the usage of BN on many computer vision tasks like detection or segmentation, where batch size is usually small due to…

Cited by 52SourcecodeScholar
2020

Towards Unified INT8 Training for Convolutional Neural Network

CVPR 2020poster

Recently low-bit (e.g., 8-bit) network quantization has been extensively studied to accelerate the inference. Besides inference, low-bit training with quantized gradients can further bring more considerable acceleration, since the backward process is often computation-intensive. Unfortunately, the i…

Cited by 218PDFScholar
2019

CAMP: Cross-Modal Adaptive Message Passing for Text-Image Retrieval

ICCV 2019poster

Text-image cross-modal retrieval is a challenging task in the field of language and vision. Most previous approaches independently embed images and sentences into a joint embedding space and compare their similarities. However, previous approaches rarely explore the interactions between images and s…

Cited by 395PDFcodeScholar
2019

Differentiable Soft Quantization: Bridging Full-Precision and Low-Bit Neural Networks

ICCV 2019poster

Hardware-friendly network quantization (e.g., binary/uniform quantization) can efficiently accelerate the inference and meanwhile reduce memory consumption of the deep neural networks, which is crucial for model deployment on resource-limited devices like mobile phones. However, due to the discreten…

Cited by 591PDFScholar
2019

Efficient Neural Architecture Transformation Search in Channel-Level for Object Detection

NeurIPS 2019poster

Recently, Neural Architecture Search has achieved great success in large-scale image classification. In contrast, there have been limited works focusing on architecture search for object detection, mainly because the costly ImageNet pretraining is always required for detectors. Training from scratch…

Cited by 67SourcePDFScholar
2019

Grid R-CNN

CVPR 2019poster

This paper proposes a novel object detection framework named Grid R-CNN, which adopts a grid guided localization mechanism for accurate object detection. Different from the traditional regression based methods, the Grid R-CNN captures the spatial information explicitly and enjoys the position sensit…

Cited by 607PDFScholar
2019

Knowledge Distillation via Route Constrained Optimization

ICCV 2019oral

Distillation-based learning boosts the performance of the miniaturized neural network based on the hypothesis that the representation of a teacher model can be used as structured and relatively weak supervision, and thus would be easily learned by a miniaturized model. However, we find that the repr…

Cited by 229PDFScholar
2019

Learning to Cluster Faces on an Affinity Graph

CVPR 2019oral

Face recognition sees remarkable progress in recent years, and its performance has reached a very high level. Taking it to a next level requires substantially larger data, which would involve prohibitive annotation cost. Hence, exploiting unlabeled data becomes an appealing alternative. Recent works…

Cited by 161PDFcodeScholar
2019

Online Hyper-Parameter Learning for Auto-Augmentation Strategy

ICCV 2019poster

Data augmentation is critical to the success of modern deep learning techniques. In this paper, we propose Online Hyper-parameter Learning for Auto-Augmentation (OHL-Auto-Aug), an economical solution that learns the augmentation policy distribution along with network training. Unlike previous method…

Cited by 109PDFScholar
2019

P2SGrad: Refined Gradients for Optimizing Deep Face Models

CVPR 2019poster

Cosine-based softmax losses significantly improve the performance of deep face recognition networks. However, these losses always include sensitive hyper-parameters which can make training process unstable, and it is very tricky to set suitable hyper parameters for a specific dataset. This paper add…

Cited by 48PDFScholar
2019

POD: Practical Object Detection With Scale-Sensitive Network

ICCV 2019poster

Scale-sensitive object detection remains a challenging task, where most of the existing methods not learn it explicitly and not robust to scale variance. In addition, the most existing methods are less efficient during training or slow during inference, which are not friendly to real-time applicatio…

Cited by 27PDFScholar
2019

STM: SpatioTemporal and Motion Encoding for Action Recognition

ICCV 2019poster

Spatiotemporal and motion features are two complementary and crucial information for video action recognition. Recent state-of-the-art methods adopt a 3D CNN stream to learn spatiotemporal features and another flow stream to learn motion features. In this work, we aim to efficiently encode these two…

Cited by 556PDFScholar
2019

SiamRPN++: Evolution of Siamese Visual Tracking With Very Deep Networks

CVPR 2019oral

Siamese network based trackers formulate tracking as convolutional feature cross-correlation between target template and searching region. However, Siamese trackers still have accuracy gap compared with state-of-the-art algorithms and they cannot take advantage of feature from deep networks, such as…

Cited by 2748PDFScholar
2019

Video Generation From Single Semantic Label Map

CVPR 2019poster

This paper proposes the novel task of video generation conditioned on a SINGLE semantic label map, which provides a good balance between flexibility and quality in the generation process. Different from typical end-to-end approaches, which model both scene content and dynamics in a single step, we p…

Cited by 128PDFcodeScholar
2018

Beyond Trade-Off: Accelerate FCN-Based Face Detector With Higher Accuracy

CVPR 2018poster

Fully convolutional neural network (FCN) has been dominating the game of face detection task for a few years with its congenital capability of sliding-window-searching with shared kernels, which boiled down all the redundant calculation, and most recent state-of-the-art methods such as Faster-RCNN,…

Cited by 40SourcePDFScholar
2018

Consensus-Driven Propagation in Massive Unlabeled Data for Face Recognition

ECCV 2018poster

Face recognition has witnessed great progresses in recent years, mainly attributed to the high-capacity model designed and the abundant labeled data collected. However, it becomes more and more prohibitive to scale up the current million-level identity annotations. In this work, we show that unlabel…

2018

Deep Cocktail Network: Multi-Source Unsupervised Domain Adaptation With Category Shift

CVPR 2018poster

Most existing unsupervised domain adaptation (UDA) methods are based upon the assumption that source labeled data come from an identical underlying distribution. Whereas in practical scenario, labeled instances are typically collected from diverse sources. Moreover, those sources may not completely…

2018

Distractor-aware Siamese Networks for Visual Object Tracking

ECCV 2018poster

Recently, Siamese networks have drawn great attention in visual tracking community because of their balanced accuracy and speed. However, features used in most Siamese tracking approaches can only discriminate foreground from the non-semantic backgrounds. The semantic backgrounds are always consider…

2018

Eliminating Background-Bias for Robust Person Re-Identification

CVPR 2018poster

Person re-identification is an important topic in intelligent surveillance and computer vision. It aims to accurately measure visual similarities between person images for determining whether two images correspond to the same person. State-of-the-art methods mainly utilize deep learning based approa…

Cited by 200SourcePDFScholar
2018

End-to-End Flow Correlation Tracking With Spatial-Temporal Attention

CVPR 2018poster

Discriminative correlation filters (DCF) with deep convolutional features have achieved favorable performance in recent tracking benchmarks. However, most of existing DCF trackers only consider appearance features of current frame, and hardly benefit from motion and inter-frame information. The lack…

2018

Exploring Disentangled Feature Representation Beyond Face Identification

CVPR 2018poster

This paper proposes learning disentangled but complementary face features with a minimal supervision by face identification. Specifically, we construct an identity Distilling and Dispelling Auto-Encoder (D^2AE) framework that adversarially learns the identity-distilled features for identity verifica…

Cited by 188SourcePDFScholar
2018

FOTS: Fast Oriented Text Spotting With a Unified Network

CVPR 2018poster

Incidental scene text spotting is considered one of the most difficult and valuable challenges in the document analysis community. Most existing methods treat text detection and recognition as separate tasks. In this work, we propose a unified end-to-end trainable Fast Oriented Text Spotting (FOTS)…

Cited by 664SourcePDFScholar
2018

FaceID-GAN: Learning a Symmetry Three-Player GAN for Identity-Preserving Face Synthesis

CVPR 2018poster

Face synthesis has achieved advanced development by using generative adversarial networks (GANs). Existing methods typically formulate GAN as a two-player game, where a discriminator distinguishes face images from the real and synthesized domains, while a generator reduces its discriminativeness by…

Cited by 216SourcePDFScholar
2018

High Performance Visual Tracking With Siamese Region Proposal Network

CVPR 2018poster

Visual object tracking has been a fundamental topic in recent years and many deep learning based trackers have achieved state-of-the-art performance on multiple benchmarks. However, most of these trackers can hardly get top performance with real-time speed. In this paper, we propose the Siamese regi…

Cited by 3306SourcePDFScholar
2018

Practical Block-Wise Neural Network Architecture Generation

CVPR 2018poster

Convolutional neural networks have gained a remarkable success in computer vision. However, most usable network architectures are hand-crafted and usually require expertise and elaborate design. In this paper, we provide a block-wise network generation pipeline called BlockQNN which automatically bu…

Cited by 650SourcePDFScholar
2018

Quantization Mimic: Towards Very Tiny CNN for Object Detection

ECCV 2018poster

In this paper, we propose a simple and general framework for training very tiny CNNs for object detection. Due to limited representation ability, it is challenging to train very tiny networks for complicated tasks like detection. To the best of our knowledge, our method, called Quantization Mimic, i…

Cited by 141SourcePDFScholar
2017

HydraPlus-Net: Attentive Deep Features for Pedestrian Analysis

ICCV 2017poster

Pedestrian analysis plays a vital role in intelligent video surveillance and is a key component for security-centric computer vision systems. Despite that the convolutional neural networks are remarkable in learning discriminative features from images, the learning of comprehensive features of pedes…

Cited by 674PDFcodeScholar
2017

Object Detection in Videos With Tubelet Proposal Networks

CVPR 2017poster

Object detection in videos has drawn increasing attention recently with the introduction of the large-scale ImageNet VID dataset. Different from object detection in static images, temporal information in videos is vital for object detection. To fully utilize temporal information, state-of-the-art me…

Cited by 255PDFScholar
2017

Orientation Invariant Feature Embedding and Spatial Temporal Regularization for Vehicle Re-Identification

ICCV 2017poster

In this paper, we tackle the vehicle Re-identification (ReID) problem which is of great importance in urban surveillance and can be used for multiple applications. In our vehicle ReID framework, an orientation invariant feature embedding module and a spatial-temporal regularization module are propos…

Cited by 458PDFScholar
2017

Recurrent Scale Approximation for Object Detection in CNN

ICCV 2017poster

Since convolutional neural network (CNN) lacks an inherent mechanism to handle large scale variations, we always need to compute feature maps multiple times for multi-scale object detection, which has the bottleneck of computational cost in practice. To address this, we devise a recurrent scale appr…

Cited by 109PDFcodeScholar
2017

Spindle Net: Person Re-Identification With Human Body Region Guided Feature Decomposition and Fusion

CVPR 2017poster

Person re-identification (ReID) is an important task in video surveillance and has various applications. It is non-trivial due to complex background clutters, varying illumination conditions, and uncontrollable camera settings. Moreover, the person body misalignment caused by detectors or pose varia…

Cited by 1102PDFcodeScholar
2015

High-Fidelity Pose and Expression Normalization for Face Recognition in the Wild

CVPR 2015poster

Pose and expression normalization is a crucial step to recover the canonical view of faces under arbitrary conditions, so as to improve the face recognition performance. An ideal normalization method is desired to be automatic, database independent and high-fidelity, where the face appearance should…

Cited by 726SourcePDFScholar