← Search

Jianxin Wu

33 accepted papers

2026

TWEO: Transformers Without Extreme Outliers Enables FP8 Training And Quantization For Dummies

CVPR 2026

Native FP8 support in modern hardware is essential for training large Transformers, but is severely hindered by extreme activation outliers. Existing solutions either rely on complex mixed-precision engineering or invasive architectural modifications. This paper fundamentally challenges the conventi

Cited by 0SourceScholar
2025

GPLQ: A General, Practical, and Lightning QAT Method for Vision Transformers

NeurIPS 2025poster

Vision Transformers (ViTs) are essential in computer vision but are computationally intensive, too. Model quantization, particularly to low bit-widths like 4-bit, aims to alleviate this difficulty, yet existing Post-Training Quantization (PTQ) and Quantization-Aware Training (QAT) methods exhibit si…

Cited by 0SourcecodeScholar
2025

Treasures in Discarded Weights for LLM Quantization

AAAI 2025technical

In recent years, large language models (LLMs) have developed rapidly and revolutionized natural language processing. However, high storage overhead and computing costs limit LLM deployment in resource-constrained environments. Quantization algorithms can effectively compress LLMs and accelerate infe…

Cited by 0SourcePDFScholar
2024

DiffuLT: Diffusion for Long-tail Recognition Without External Knowledge

NeurIPS 2024poster

This paper introduces a novel pipeline for long-tail (LT) recognition that diverges from conventional strategies. Instead, it leverages the long-tailed dataset itself to generate a balanced proxy dataset without utilizing external data or model. We deploy a diffusion model trained from scratch on on…

Cited by 0SourcePDFScholar
2022

Compressing Models With Few Samples: Mimicking Then Replacing

CVPR 2022poster

Few-sample compression aims to compress a big redundant model into a small compact one with only few samples. If we fine-tune models with these limited few samples directly, models will be vulnerable to overfit and learn almost nothing. Hence, previous methods optimize the compressed model layer-by-…

Cited by 13PDFcodeScholar
2022

Synergistic Self-Supervised and Quantization Learning

ECCV 2022poster

"With the success of self-supervised learning (SSL), it has become a mainstream paradigm to fine-tune from self-supervised pretrained models to boost the performance on downstream tasks. However, we find that current SSL models suffer severe accuracy drops when performing low-bit quantization, prohi…

2021

Bag of Tricks for Long-Tailed Visual Recognition with Deep Convolutional Neural Networks

AAAI 2021technical

In recent years, visual recognition on challenging long-tailed distributions, where classes often exhibit extremely imbalanced frequencies, has made great progress mostly based on various complex paradigms (e.g., meta learning). Apart from these complex methods, simple refinements on training proced…

2021

Webly Supervised Fine-Grained Recognition: Benchmark Datasets and an Approach

ICCV 2021poster

Learning from the web can ease the extreme dependence of deep learning on large-scale manually labeled datasets. Especially for fine-grained recognition, which targets at distinguishing subordinate categories, it will significantly reduce the labeling costs by leveraging free web data. Despite its s…

Cited by 75PDFcodeScholar
2017

Adaptive Feeding: Achieving Fast and Accurate Detections by Adaptively Combining Object Detectors

ICCV 2017poster

Object detection aims at high speed and accuracy simultaneously. However, fast models are usually less accurate, while accurate models cannot satisfy our need for speed. A fast model can be 10 times faster but 50% less accurate than an accurate model. In this paper, we propose Adaptive Feeding (AF)…

Cited by 37PDFScholar
2016

Exploit Bounding Box Annotations for Multi-Label Object Recognition

CVPR 2016poster

Convolutional neural networks (CNNs) have shown great performance as general feature representations for object recognition applications. However, for multi-label images that contain multiple objects from different categories, scales and locations, global CNN features are not optimal. In this paper,…

Cited by 210PDFScholar
2015

Person Re-Identification With Correspondence Structure Learning

ICCV 2015poster

This paper addresses the problem of handling spatial misalignments due to camera-view changes or human-pose variations in person re-identification. We first introduce a boosting-based approach to learn a correspondence structure which indicates the patch-wise matching probabilities between images fr…

Cited by 205PDFcodeScholar