← Search

Linfeng Zhang

78 accepted papers

2026

Accelerating Diffusion Large Language Models with SlowFast Sampling: The Three Golden Principles

ICLR 2026poster

Diffusion-based language models (dLLMs) have emerged as a promising alternative to traditional autoregressive LLMs by enabling parallel token generation and significantly reducing inference latency. However, existing sampling strategies for dLLMs, such as confidence-based or semi-autoregressive deco…

Cited by 0SourceScholar
2026

Accelerating Diffusion-based Video Editing via Heterogeneous Caching: Beyond Full Computing at Sampled Denoising Timestep

CVPR 2026

Diffusion-based video editing has emerged as an important paradigm for high-quality and flexible content generation. However, despite their generality and strong modeling capacity, Diffusion Transformers (DiT) remain computationally expensive due to the iterative denoising process, posing challenges

Cited by 0SourcecodeScholar
2026

Accelerating Streaming Video Large Language Models via Hierarchical Token Compression

CVPR 2026

Streaming Video Large Language Models (VideoLLMs) have demonstrated impressive performance across various video understanding tasks, but they face significant challenges in real-time deployment due to the high computational cost of processing dense visual tokens from continuous video streams. In str

Cited by 0SourcecodeScholar
2026

Agentic Proposing: Enhancing Large language Model Reasoning via Compositional Skill Synthesis

ICML 2026poster

Advancing complex reasoning in large language models relies on high-quality, verifiable datasets, yet human annotation remains cost-prohibitive and difficult to scale. Current synthesis paradigms often face a recurring trade-off: maintaining structural validity typically restricts problem complexity…

Cited by 0SourceScholar
2026

Beyond Fixed Formulas: Data-Driven Linear Predictor for Efficient Diffusion Models

CVPR 2026

Diffusion Transformers (DiTs) have achieved state-of-the-art image and video generation performance, but sampling remains expensive due to repeated transformer forward passes over many timesteps. Feature caching offers a training-free way to accelerate inference by reusing or forecasting hidden repr

Cited by 0SourcecodeScholar
2026

DisCa: Accelerating Video Diffusion Transformers with Distillation-Compatible Learnable Feature Caching

CVPR 2026

While diffusion models have achieved great success in the field of video generation, this progress is accompanied by a rapidly escalating computational burden. Among the existing acceleration methods, Feature Caching is popular due to its training-free property and considerable speedup performance,

Cited by 0SourcecodeScholar
2026

D²Pruner: Debiased Importance and Structural Diversity for MLLM Token Pruning

AAAI 2026technical

Processing long visual token sequences poses a significant computational burden on Multimodal Large Language Models (MLLMs). While token pruning offers a path to acceleration, we find that current methods, while adequate for general understanding, catastrophically fail on fine-grained localization t

Cited by 0SourcePDFScholar
2026

FastVMT: Eliminating Redundancy in Video Motion Transfer

ICLR 2026poster

Video motion transfer aims to synthesize videos by generating visual content according to a text prompt while transferring the motion pattern observed in a reference video. Recent methods predominantly use the Diffusion Transformer (DiT) architecture. To achieve satisfactory runtime, several methods…

Cited by 0SourceScholar
2026

Follow-Your-Shape: Shape-Aware Image Editing via Trajectory-Guided Region Control

ICLR 2026poster

While recent flow-based image editing models demonstrate general-purpose capabilities across diverse tasks, they often struggle to specialize in challenging scenarios---particularly those involving large-scale shape transformations. When performing such structural edits, these methods either fail t…

Cited by 0SourcecodeScholar
2026

Forecast Then Calibrate: Feature Caching as ODE for Efficient Diffusion Transformers

AAAI 2026technical

Diffusion Transformers (DiTs) have demonstrated exceptional performance in high-fidelity image and video generation. To reduce their substantial computational costs, feature caching techniques have been proposed to accelerate inference by reusing hidden representations from previous timesteps. Howev

Cited by 0SourcePDFScholar
2026

Forecast the Principal, Stabilize the Residual: Subspace-Aware Feature Caching for Diffusion Transformers

CVPR 2026

Diffusion Transformer (DiT) models have achieved unprecedented quality in image and video generation, yet their iterative sampling process remains computationally prohibitive. To accelerate inference, feature caching methods have emerged by reusing or forecasting intermediate representations across

Cited by 0SourcecodeScholar
2026

From Sketch to Fresco: Efficient Diffusion Transformer with Progressive Resolution

CVPR 2026

Diffusion Transformers achieve impressive generative quality but remain computationally expensive due to iterative sampling. Recently, dynamic resolution sampling has emerged as a promising acceleration technique by reducing the resolution of early sampling steps. However, existing methods rely on h

Cited by 0SourcecodeScholar
2026

Generation then Reconstruction: Accelerating Masked Autoregressive Models via Two-Stage Sampling

ICLR 2026poster

Masked Autoregressive (MAR) models promise better efficiency in visual generation than continuous autoregressive (AR) models for the ability of parallel generation, yet their acceleration potential remains constrained by the modeling complexity of spatially correlated visual tokens in a single step.…

Cited by 0SourcecodeScholar
2026

Grounding and Enhancing Informativeness and Utility in Dataset Distillation

ICLR 2026poster

Dataset Distillation (DD) seeks to create a compact dataset from a large, real-world dataset. While recent methods often rely on heuristic approaches to balance efficiency and quality, the fundamental relationship between original and synthetic data remains underexplored. This paper revisits knowled…

Cited by 0SourceScholar
2026

HiCache: A Plug-in Scaled-Hermite Upgrade for Taylor-Style Cache-then-Forecast Diffusion Acceleration

ICLR 2026poster

Diffusion models have achieved remarkable success in content generation but suffer from prohibitive computational costs due to iterative sampling. While recent feature caching methods tend to accelerate inference through temporal extrapolation, these methods still suffer from severe quality loss due…

Cited by 0SourcecodeScholar
2026

ImageBindDC: Compressing Multi-modal Data with ImageBind-based Condensation

AAAI 2026technical

Data condensation techniques aim to synthesize a compact dataset from a larger one to enable efficient model training, yet while successful in unimodal settings, they often fail in multimodal scenarios where preserving intricate inter-modal dependencies is crucial. To address this, we introduce Imag

Cited by 0SourcePDFScholar
2026

LESA: Learnable Stage-Aware Predictors for Diffusion Model Acceleration

CVPR 2026

Diffusion models have achieved remarkable success in image and video generation tasks. However, the high computational demands of Diffusion Transformers (DiTs) pose a significant challenge to their practical deployment. While feature caching is a promising acceleration strategy, existing methods bas

Cited by 0SourceScholar
2026

Let Features Decide Their Own Solvers: Hybrid Feature Caching for Diffusion Transformers

ICLR 2026oral

Diffusion Transformers (DiTs) offer state-of-the-art fidelity in image and video synthesis, but their iterative sampling process remains a major bottleneck due to the high cost of transformer forward passes at each timestep. To mitigate this, feature caching has emerged as a training-free accelerati…

Cited by 0SourceScholar
2026

Mixing Importance with Diversity: Joint Optimization for KV Cache Compression in Large Vision-Language Models

ICLR 2026poster

Recent large vision-language models (LVLMs) demonstrate remarkable capabilities in processing extended multi-modal sequences, yet the resulting key-value (KV) cache expansion creates a critical memory bottleneck that fundamentally limits deployment scalability. While existing KV cache compression me…

Cited by 0SourcecodeScholar
2026

OPUS: Towards Efficient and Principled Data Selection in Large Language Model Pre-training in Every Iteration

ICML 2026oral

As high-quality public text approaches exhaustion, a phenomenon known as the Data Wall—LLM pre-training is shifting from more tokens to better tokens. However, existing methods either rely on heuristic static filters that ignore training dynamics, or use dynamic yet optimizer-agnostic criteria based…

Cited by 0SourceScholar
2026

OptMaster: A DAG-Based Framework for Formulation and Heuristic Discovery in Optimization

ICML 2026poster

Optimization problems are fundamental across science and industry, including planning, scheduling, and resource allocation. While LLMs show promise in automating optimization, they struggle to bridge the gap between real-world requirements and both mathematical formulations and effective heuristic d…

Cited by 0SourceScholar
2026

Prune2Drive: A Plug-and-Play Framework for Accelerating Vision-Language Models in Autonomous Driving

CVPR 2026

Vision-Language Models (VLMs) have emerged as a promising paradigm in autonomous driving (AD), providing a unified framework for perception and decisionmaking. However, their real-world deployment is hindered by significant computational overhead when processing high-resolution, multi-view images. T

Cited by 0SourcecodeScholar
2026

Rethinking LLM Evaluation: Can We Evaluate LLMs with 200× Less Data?

ICLR 2026poster

As the demand for comprehensive evaluations of diverse model capabilities steadily increases, benchmark suites have correspondingly grown significantly in scale. Despite notable advances in redundancy reduction and subset-level performance prediction, a systematic framework that effectively integrat…

Cited by 0SourcecodeScholar
2026

SageLM: A Multi-aspect and Explainable Large Language Model for Speech Judgement

AAAI 2026technical

Speech-to-Speech (S2S) Large Language Models (LLMs) are foundational to natural human-computer interaction, enabling end-to-end spoken dialogue systems. However, evaluating these models remains a fundamental challenge. We propose SageLM, an end-to-end, multi-aspect, and explainable speech LLM for co

Cited by 0SourcePDFScholar
2026

Socratic-Geo: Synthetic Data Generation and Cross-Modal Geometric Reasoning via Multi-Agent Interaction

CVPR 2026

Multimodal Large Language Models (MLLMs) have significantly advanced vision-language understanding. However, even state-of-the-art models struggle with geometric reasoning, revealing a critical bottleneck: the extreme scarcity of high-quality image-text pairs. Human annotation is prohibitively expen

Cited by 0SourceScholar
2026

The Devil behind the mask: An emergent safety vulnerability of Diffusion LLMs

ICLR 2026poster

Diffusion-based large language models (dLLMs) have recently emerged as a powerful alternative to autoregressive LLMs, offering faster inference and greater interactivity via parallel decoding and bidirectional modeling. However, despite strong performance in code generation and text infilling, we i…

Cited by 0SourcecodeScholar
2026

Towards Self-Evolving Agent Benchmarks : Validatable Agent Trajectory via Test-Time Exploration

ICLR 2026poster

Recent advances in large language models (LLMs) and agent system designs have empowered agents with unprecedented levels of capability. However, existing agent benchmarks are showing a trend of rapid ceiling-hitting by newly developed agents, making it difficult to meet the demands for evaluating ag…

Cited by 0SourcecodeScholar
2026

UNSEEN: Enhancing Dataset Pruning from a Generalization Perspective

AAAI 2026technical

The growing scale of datasets in deep learning has introduced significant computational challenges. Dataset pruning addresses this challenge by constructing a compact but informative coreset from the full dataset with comparable performance. Previous approaches typically establish scoring metrics ba

Cited by 0SourcePDFScholar
2026

WaveEx: Accelerating Flow Matching-based Speech Generation via Wavelet-guided Extrapolation

AAAI 2026technical

Flow matching-based generative models offer a principled approach to modeling continuous-time dynamics in speech generation. However, inference is often computationally expensive due to repeated neural network evaluations required by ODE solvers. We propose WaveEx, a training-free and plug-in accele

Cited by 0SourcePDFScholar
2026

Your Agent May Misevolve: Emergent Risks in Self-evolving LLM Agents

ICLR 2026poster

Advances in Large Language Models (LLMs) have enabled a new class of \textbf{\textit{self-evolving agents}} that autonomously improve through interaction with the environment, demonstrating strong capabilities. However, self-evolution also introduces novel risks overlooked by current safety research…

Cited by 0SourceScholar
2026

dLLM-Cache: Accelerating Diffusion Large Language Models with Adaptive Caching

ICML 2026poster

Autoregressive Models (ARMs) have long dominated the landscape of Large Language Models. Recently, a new paradigm has emerged in the form of diffusion-based Large Language Models (dLLMs), which generate text by iteratively denoising masked segments. This approach has shown significant advantages and…

Cited by 0SourceScholar
2025

Accelerating Diffusion Transformers with Token-wise Feature Caching

ICLR 2025poster

Diffusion transformers have shown significant effectiveness in both image and video synthesis at the expense of huge computation costs. To address this problem, feature caching methods have been introduced to accelerate diffusion transformers by caching the features in previous timesteps and reusing…

2025

Beyond Atoms: Enhancing Molecular Pretrained Representations with 3D Space Modeling

ICML 2025poster

Molecular pretrained representations (MPR) has emerged as a powerful approach for addressing the challenge of limited supervised data in applications such as drug discovery and material design. While early MPR methods relied on 1D sequences and 2D graphs, recent advancements have incorporated 3D co…

Cited by 1SourcePDFScholar
2025

Data Whisperer: Efficient Data Selection for Task-Specific LLM Fine-Tuning via Few-Shot In-Context Learning

ACL 2025long

Fine-tuning large language models (LLMs) on task-specific data is essential for their effective deployment. As dataset sizes grow, efficiently selecting optimal subsets for training becomes crucial to balancing performance and computational costs. Traditional data selection methods often require fin…

2025

Dataset Distillation with Neural Characteristic Function: A Minmax Perspective

CVPR 2025highlight

Dataset distillation has emerged as a powerful approach for reducing data requirements in deep learning. Among various methods, distribution matching-based approaches stand out for their balance of computational efficiency and strong performance. However, existing distance metrics used in distributi…

2025

Decouple-Then-Merge: Finetune Diffusion Models as Multi-Task Learning

CVPR 2025poster

Diffusion models are trained by learning a sequence of models that reverse each step of noise corruption. Typically, the model parameters are fully shared across multiple timesteps to enhance training efficiency. However, since the denoising tasks differ at each timestep, the gradients computed at d…

Cited by 0SourcePDFScholar
2025

Don't Just Chase “Highlighted Tokens” in MLLMs: Revisiting Visual Holistic Context Retention

NeurIPS 2025poster

Despite their powerful capabilities, multimodal large language models (MLLMs) suffer from considerable computational overhead due to their reliance on massive visual tokens. Recent studies have explored token pruning to alleviate this problem, which typically uses text-vision cross-attention or [CLS…

Cited by 0SourceScholar
2025

EEdit : Rethinking the Spatial and Temporal Redundancy for Efficient Image Editing

ICCV 2025poster

Inversion-based image editing is rapidly gaining momentum while suffering from significant computation overhead, hindering its application in real-time interactive scenarios. In this paper, we rethink that the redundancy in inversion-based image editing exists in both the spatial and temporal dimens…

2025

Efficient Multi-modal Large Language Models via Progressive Consistency Distillation

NeurIPS 2025poster

Visual tokens consume substantial computational resources in multi-modal large models (MLLMs), significantly compromising their efficiency. Recent works have attempted to improve efficiency by compressing visual tokens during training, either through modifications to model components or by introduci…

Cited by 0SourceScholar
2025

EfficientVLA: Training-Free Acceleration and Compression for Vision-Language-Action Models

NeurIPS 2025poster

Vision-Language-Action (VLA) models, particularly diffusion-based architectures, demonstrate transformative potential for embodied intelligence but are severely hampered by high computational and memory demands stemming from extensive inherent and inference-time redundancies. While existing accelera…

Cited by 0SourceScholar
2025

From Reusing to Forecasting: Accelerating Diffusion Models with TaylorSeers

ICCV 2025poster

Diffusion Transformers (DiT) have revolutionized high-fidelity image and video synthesis, yet their computational demands remain prohibitive for real-time applications.To solve this problem, feature caching has been proposed to accelerate diffusion models by caching the features in the previous time…

2025

Gnothi Seauton: Empowering Faithful Self-Interpretability in Black-Box Transformers

ICLR 2025poster

The debate between self-interpretable models and post-hoc explanations for black-box models is central to Explainable AI (XAI). Self-interpretable models, such as concept-based networks, offer insights by connecting decisions to human-understandable concepts but often struggle with performance and s…

Cited by 0SourcePDFScholar
2025

ICT: Image-Object Cross-Level Trusted Intervention for Mitigating Object Hallucination in Large Vision-Language Models

CVPR 2025poster

Despite the recent breakthroughs achieved by Large Vision Language Models (LVLMs) in understanding and responding to complex visual-textual contexts, their inherent hallucination tendencies limit their practical application in real-world scenarios that demand high levels of precision. Existing metho…

2025

LED-Merging: Mitigating Safety-Utility Conflicts in Model Merging with Location-Election-Disjoint

ACL 2025long

Fine-tuning pre-trained Large Language Models (LLMs) for specialized tasks incurs substantial computational and data costs. While model merging offers a training-free solution to integrate multiple task-specific models, existing methods suffer from safety-utility conflicts where enhanced general cap…

2025

LEGION: Learning to Ground and Explain for Synthetic Image Detection

ICCV 2025poster

The rapid advancements in generative technology have emerged as a double-edged sword. While offering powerful tools that enhance convenience, they also pose significant social concerns. As defenders, current synthetic image detection methods often lack artifact-level textual interpretability and are…

2025

LazyMAR: Accelerating Masked Autoregressive Models via Feature Caching

ICCV 2025poster

Masked Autoregressive (MAR) models have emerged as a promising approach in image generation, expected to surpass traditional autoregressive models in computational efficiency by leveraging the capability of parallel decoding. However, their dependence on bidirectional self-attention inherently confl…

2025

Learning local equivariant representations for quantum operators

ICLR 2025spotlight

Predicting quantum operator matrices such as Hamiltonian, overlap, and density matrices in the density functional theory (DFT) framework is crucial for material science. Current methods often focus on individual operators and struggle with efficiency and scalability for large systems. Here we introd…

2025

MolParser: End-to-end Visual Recognition of Molecule Structures in the Wild

ICCV 2025poster

In recent decades, chemistry publications and patents have increased rapidly. A significant portion of key information is embedded in molecular structure figures, complicating large-scale literature searches and limiting the application of large language models in fields such as biology, chemistry,…

Cited by 0SourcePDFScholar
2025

OmniSAM: Omnidirectional Segment Anything Model for UDA in Panoramic Semantic Segmentation

ICCV 2025poster

Segment Anything Model 2 (SAM2) has emerged as a strong base model in various pinhole imaging segmentation tasks. However, when applying it to 360^\circ domain, the significant field-of-view (FoV) gap between pinhole (70^\circ x70^\circ) and panoramic images (180^\circ x360^\circ) poses unique chall…

Cited by 0SourcePDFScholar
2025

ProReflow: Progressive Reflow with Decomposed Velocity

CVPR 2025poster

Diffusion models have achieved significant progress in both image and video generation while still suffering from huge computation costs. As an effective solution, rectified flow aims to rectify the diffusion process of diffusion models into a straight line for few-step and even one-step generation.…

Cited by 1SourcePDFScholar
2025

REEF: Representation Encoding Fingerprints for Large Language Models

ICLR 2025oral

Protecting the intellectual property of open-source Large Language Models (LLMs) is very important, because training LLMs costs extensive computational resources and data. Therefore, model owners and third parties need to identify whether a suspect model is a subsequent development of the victim mod…

2025

RealRAG: Retrieval-augmented Realistic Image Generation via Self-reflective Contrastive Learning

ICML 2025poster

Recent text-to-image generative models, e.g., Stable Diffusion V3 and Flux, have achieved notable progress. However, these models are strongly restricted to their limited knowledge, a.k.a., their own fixed parameters, that are trained with closed datasets. This leads to significant hallucinations or…

Cited by 4SourcePDFScholar
2025

SciAssess: Benchmarking LLM Proficiency in Scientific Literature Analysis

NAACL 2025findings

Recent breakthroughs in Large Language Models (LLMs) have revolutionized scientific literature analysis. However, existing benchmarks fail to adequately evaluate the proficiency of LLMs in this domain, particularly in scenarios requiring higher-level abilities beyond mere memorization and the handli…

2025

SciLitLLM: How to Adapt LLMs for Scientific Literature Understanding

ICLR 2025poster

Scientific literature understanding is crucial for extracting targeted information and garnering insights, thereby significantly advancing scientific discovery. Despite the remarkable success of Large Language Models (LLMs), they face challenges in scientific literature understanding, primarily due…

2025

Stop Looking for “Important Tokens” in Multimodal Language Models: Duplication Matters More

EMNLP 2025

Vision tokens in multimodal large language models often dominate huge computational overhead due to their excessive length compared to linguistic modality. Abundant recent methods aim to solve this problem with token pruning, which first defines an importance criterion for tokens and then prunes the

2025

Token Pruning in Multimodal Large Language Models: Are We Solving the Right Problem?

ACL 2025finding

Multimodal large language models (MLLMs) have shown remarkable performance for cross-modal understanding and generation, yet still suffer from severe inference costs. Recently, abundant works have been proposed to solve this problem with token pruning, which identifies the redundant tokens in MLLMs…

Cited by 0SourcePDFScholar
2025

Training-Free and Hardware-Friendly Acceleration for Diffusion Models via Similarity-based Token Pruning

AAAI 2025technical

The excellent performance of diffusion models in image generation is always accompanied by overlarge computation costs, which have prevented the application of diffusion models in edge devices and interactive applications. Previous works mainly focus on using fewer sampling steps and compressing the…

2025

Unlocking Speech Instruction Data Potential with Query Rewriting

ACL 2025finding

End-to-end Large Speech Language Models (**LSLMs**) demonstrate strong potential in response latency and speech comprehension capabilities, showcasing general intelligence across speech understanding tasks. However, the ability to follow speech instructions has not been fully realized due to the lac…

Cited by 0SourcePDFScholar
2025

Video Compression Commander: Plug-and-Play Inference Acceleration for Video Large Language Models

EMNLP 2025

Video large language models (VideoLLM) excel at video understanding, but face efficiency challenges due to the quadratic complexity of abundant visual tokens. Our systematic analysis of token compression methods for VideoLLMs reveals two critical issues: (i) overlooking distinctive visual signals ac

2024

DiTFastAttn: Attention Compression for Diffusion Transformer Models

NeurIPS 2024poster

Diffusion Transformers (DiT) excel at image and video generation but face computational challenges due to the quadratic complexity of self-attention operators. We propose DiTFastAttn, a post-training compression method to alleviate the computational bottleneck of DiT. We identify three key redundanc…

Cited by 19SourcePDFScholar
2024

Exploring Molecular Pretraining Model at Scale

NeurIPS 2024poster

In recent years, pretraining models have made significant advancements in the fields of natural language processing (NLP), computer vision (CV), and life sciences. The significant advancements in NLP and CV are predominantly driven by the expansion of model parameters and data size, a phenomenon now…

Cited by 1SourcePDFScholar
2023

Ada3D : Exploiting the Spatial Redundancy with Adaptive Inference for Efficient 3D Object Detection

ICCV 2023poster

Voxel-based methods have achieved state-of-the-art performance for 3D object detection in autonomous driving. However, their significant computational and memory costs pose a challenge for their application to resource-constrained vehicles. One reason for this high resource consumption is the presen…

Cited by 17PDFcodeScholar
2023

Autoencoders as Cross-Modal Teachers: Can Pretrained 2D Image Transformers Help 3D Representation Learning?

ICLR 2023poster

The success of deep learning heavily relies on large-scale data with comprehensive labels, which is more expensive and time-consuming to fetch in 3D compared to 2D images or natural languages. This promotes the potential of utilizing models pretrained with data more than 3D as teachers for cross-mod…

2023

CORSD: Class-Oriented Relational Self Distillation

ICASSP 2023accepted

Knowledge distillation conducts an effective model compression method while holding some limitations: (1) the feature based distillation methods only focus on distilling the feature map but are lack of transferring the relation of data examples; (2) the relational distillation methods are either lim…

Cited by 0SourceScholar
2023

Multi-Frequency Representation Enhancement with Privilege Information for Video Super-Resolution

ICCV 2023poster

CNN's limited receptive field restricts its ability to capture long-range spatial-temporal dependencies, leading to unsatisfactory performance in video super-resolution. To tackle this challenge, this paper presents a novel multi-frequency representation enhancement module (MFE) that performs spatia…

Cited by 20PDFScholar
2023

PointDistiller: Structured Knowledge Distillation Towards Efficient and Compact 3D Detection

CVPR 2023poster

The remarkable breakthroughs in point cloud representation learning have boosted their usage in real-world applications such as self-driving cars and virtual reality. However, these applications usually have an urgent requirement for not only accurate but also efficient 3D object detection. Recently…

2023

Uni-Mol: A Universal 3D Molecular Representation Learning Framework

ICLR 2023poster

Molecular representation learning (MRL) has gained tremendous attention due to its critical role in learning from limited supervised data for applications like drug design. In most MRL methods, molecules are treated as 1D sequential tokens or 2D topology graphs, limiting their ability to incorporate…

2022

Finding the Task-Optimal Low-Bit Sub-Distribution in Deep Neural Networks

ICML 2022spotlight

Quantized neural networks typically require smaller memory footprints and lower computation complexity, which is crucial for efficient deployment. However, quantization inevitably leads to a distribution divergence from the original network, which generally degrades the performance. To tackle this i…

2022

Wavelet Knowledge Distillation: Towards Efficient Image-to-Image Translation

CVPR 2022poster

Remarkable achievements have been attained with Generative Adversarial Networks (GANs) in image-to-image translation. However, due to a tremendous amount of parameters, state-of-the-art GANs usually suffer from low efficiency and bulky memory usage. To tackle this challenge, firstly, this paper inve…

Cited by 104PDFScholar
2021

Improve Object Detection with Feature-based Knowledge Distillation: Towards Accurate and Efficient Detectors

ICLR 2021poster

Knowledge distillation, in which a student model is trained to mimic a teacher model, has been proved as an effective technique for model compression and model accuracy boosting. However, most knowledge distillation methods, designed for image classification, have failed on more challenging tasks, s…

2020

Auxiliary Training: Towards Accurate and Robust Models

CVPR 2020poster

Training process is crucial for the deployment of the network in applications which have two strict requirements on both accuracy and robustness. However, most existing approaches are in a dilemma, i.e. model accuracy and robustness form an embarrassing tradeoff - the improvement of one leads to the…

Cited by 53PDFScholar
2020

Task-Oriented Feature Distillation

NeurIPS 2020poster

Feature distillation, a primary method in knowledge distillation, always leads to significant accuracy improvements. Most existing methods distill features in the teacher network through a manually designed transformation. In this paper, we propose a novel distillation method named task-oriented fea…

2019

Be Your Own Teacher: Improve the Performance of Convolutional Neural Networks via Self Distillation

ICCV 2019poster

Convolutional neural networks have been widely deployed in various application scenarios. In order to extend the applications' boundaries to some accuracy-crucial domains, researchers have been investigating approaches to boost accuracy through either deeper or wider network structures, which brings…

Cited by 1121PDFScholar
2019

SCAN: A Scalable Neural Networks Framework Towards Compact and Efficient Models

NeurIPS 2019poster

Remarkable achievements have been attained by deep neural networks in various applications. However, the increasing depth and width of such models also lead to explosive growth in both storage and computation, which has restricted the deployment of deep neural networks on resource-limited edge devic…

2018

End-to-end Symmetry Preserving Inter-atomic Potential Energy Model for Finite and Extended Systems

NeurIPS 2018poster

Machine learning models are changing the paradigm of molecular modeling, which is a fundamental tool for material science, chemistry, and computational biology. Of particular interest is the inter-atomic potential energy surface (PES). Here we develop Deep Potential - Smooth Edition (DeepPot-SE), an…