← Search

Xianglong Liu

100 accepted papers

2026

AFTER: Mitigating the Object Hallucination of LVLM via Adaptive Factual-Guided Activation Editing

ICLR 2026poster

Large Vision-Language Models (LVLMs) have achieved substantial progress in cross-modal tasks. However, due to language bias, LVLMs are susceptible to object hallucination, which can be primarily divided into category, attribute, and relation hallucination, significantly impeding the trustworthy AI a…

Cited by 0SourceScholar
2026

AGENTSAFE: Benchmarking the Safety of Embodied Agents on Hazardous Instructions

CVPR 2026

The integration of vision-language models (VLMs) is driving a new generation of embodied agents capable of operating in human-centered environments. However, as deployment expands, these systems face growing safety risks, particularly when executing hazardous instructions. Current safety evaluation

Cited by 29SourceScholar
2026

Activation Manipulation Attack: Penetrating and Harmful Jailbreak Attack Against Large Vision-Language Models

AAAI 2026technical

Recently, Large Vision-Language Models (LVLMs) have been demonstrated to be vulnerable to jailbreak attacks, highlighting the urgent need for further research to comprehensively identify and mitigate these threats. Unfortunately, existing jailbreak studies primarily focus on coarse-grained input man

Cited by 0SourcePDFScholar
2026

Adversarial Generation and Collaborative Evolution of Safety-Critical Scenarios for Autonomous Vehicles

AAAI 2026technical

The generation of safety-critical scenarios in simulation has become increasingly crucial for safety evaluation in autonomous vehicles (AV) prior to road deployment in society. However, current approaches largely rely on predefined threat patterns or rule-based strategies, which limit their ability

Cited by 0SourcePDFScholar
2026

Attribution-Guided and Coverage-Maximized Pruning for Structural MoE Compression

ICML 2026spotlight

Mixture-of-Experts (MoE) models scale compute efficiently, yet they remain expensive to deploy due to substantial memory footprint and inference overhead. Prior methods mainly operate at the expert level, either removing whole experts or ranking experts by importance. However, such expert-wise decis…

Cited by 0SourceScholar
2026

CMedBench: A Comprehensive Benchmark for Efficient Medical Large Language Models

AAAI 2026technical

Large Language Models (LLMs) hold significant potential for enhancing healthcare applications, yet their deployment is hindered by high computational and memory demands. Model compression techniques offer solutions to reduce these demands, but their impact on medical LLMs remains underexplored. In t

Cited by 0SourcePDFScholar
2026

Can a Second-View Image Be a Language? Geometric and Semantic Cross-Modal Reasoning for X-ray Prohibited Item Detection

CVPR 2026

Automatic X-ray prohibited items detection is vital for security inspection and has been widely studied. Traditional methods rely on visual modal, often struggling with complex threats. While recent studies incorporate language to guide single-view images, human inspectors typically use dual-view im

Cited by 0SourcecodeScholar
2026

CodeChemist: Test-Time Scaling for Low-Resource Code Generation via Functional Knowledge Transfer

ICML 2026poster

Code Large Language Models (CodeLLMs) have been widely adopted for Natural Language to Programming Language code generation, powering applications with large user bases. Their performance, however, varies sharply across programming languages (PLs) and is particularly suboptimal for low-resource PLs …

Cited by 0SourceScholar
2026

ContextPRM: Leveraging Contextual Coherence for multi-domain Test-Time Scaling

ICLR 2026poster

Process reward models (PRMs) have demonstrated significant efficacy in enhancing the mathematical reasoning capabilities of large language models (LLMs) by leveraging test-time scaling (TTS). However, while most PRMs exhibit substantial gains in mathematical domains, the scarcity of domain-specific…

Cited by 0SourceScholar
2026

First-Order Error Matters: Accurate Compensation for Quantized Large Language Models

AAAI 2026technical

Post-training quantization (PTQ) offers an efficient approach to compressing large language models (LLMs), significantly reducing memory access and computational costs. Existing compensation-based weight calibration methods often rely on a second-order Taylor expansion to model quantization error, u

Cited by 0SourcePDFScholar
2026

GXPO: Group Cross-Lingual Relative Policy Optimization for Code Generation

ICML 2026poster

Current reinforcement learning (RL) methods for code generation are predominantly optimized on Python, showing weak generalization to other programming languages (PLs). Although leveraging multilingual solutions offers richer semantics and a wider search landscape, naive independent training across …

Cited by 0SourceScholar
2026

MEDA: Medical-Oriented Activation Editing for Hallucination Mitigation in Medical Large Vision-Language Model

ICML 2026poster

Medical Large Vision-Language Models (Med-LVLMs) suffer from severe hallucinations, posing critical safety risks in clinical deployment. Editing LVLM activations has shown promise for mitigating hallucination with minimal cost. However, due to the requirements of medical domain expertise, existing m…

Cited by 0SourceScholar
2026

MoDES: Accelerating Mixture-of-Experts Multimodal Large Language Models via Dynamic Expert Skipping

CVPR 2026

Mixture-of-Experts (MoE) Multimodal large language models (MLLMs) excel at vision-language tasks, but they suffer from high computational inefficiency. To reduce inference overhead, expert skipping methods have been proposed to deactivate redundant experts based on the current input tokens. However,

Cited by 0SourcecodeScholar
2026

OmniFit: Bridging Modalities via Layer-Adaptive Token Compression for Omnimodal Large Language Models

ICML 2026spotlight

Emerging Omni-modal Large Language Models (OmniLLMs) enable real-time interaction across video, audio, and text but suffer from prohibitive computational costs due to the quadratic complexity of processing continuous streaming inputs. Existing token compression strategies remain suboptimal as they t…

Cited by 0SourceScholar
2026

On Robustness of Vision-Language-Action Model against Multi-Modal Perturbations

ICLR 2026poster

In Vision–Language–Action (VLA) models, robustness to real-world perturbations is critical for deployment. Existing methods target simple visual disturbances, overlooking the broader multi-modal perturbations that arise in actions, instructions, environments, and observations. Here, we first evaluat…

Cited by 0SourcecodeScholar
2026

Query-Routed Activation Editing with Truth-hierarchical Preference Optimization

AAAI 2026technical

Hallucination has emerged as a pivotal challenge of Large Language Models (LLMs) that generate plausible yet non‑factual content, significantly impeding the trustworthy AI applications in real-world scenarios like medical diagnosis and autonomous driving. Editing the internal activations of LLMs du

Cited by 0SourcePDFScholar
2026

SGMD: Score Gradient Matching Distillation for Few-Step Video Diffusion Distillation

ICML 2026poster

Distribution Matching Distillation (DMD) is a widely used paradigm for accelerating inference in few-step video diffusion models. However, DMD-style training faces a structural bottleneck: the student-side auxiliary score network (the fake score) must closely track a continuously evolving generator.…

Cited by 0SourceScholar
2026

StructureBench: A Unified Benchmark Suite for Multi-Scenario Structured Generation Tasks with On-Device Models

IJCAI 2026

Structured output generation is increasingly critical for real-world AI systems, particularly in on-device settings where small language models (0.5B–8B parameters) must produce machine-executable outputs under strict latency and privacy constraints. Although constrained decoding provides formal gua

Cited by 0Scholar
2026

Vulnerable Agent Identification in Large-Scale Multi-Agent Reinforcement Learning

ICML 2026poster

Partial agent failure becomes inevitable when systems scale up, making it crucial to identify the subset of agents whose failure causes worst-case system performance degradations. We study this Vulnerable Agent Identification (VAI) problem in large-scale multi-agent reinforcement learning (MARL). We…

Cited by 0SourceScholar
2025

AtomNet: Designing Tiny Models from Operators Under Extreme MCU Constraints

AAAI 2025technical

Tiny machine learning (TinyML) has attracted heightened attention for its ability to provide low-cost and instantaneous performance on edge devices. Particularly, the commonly used microcontroller unit (MCU) imposes extreme constraints on peak memory (SRAM) and storage (Flash). Existing TinyML metho…

Cited by 0SourcePDFScholar
2025

BinaryDM: Accurate Weight Binarization for Efficient Diffusion Models

ICLR 2025poster

With the advancement of diffusion models (DMs) and the substantially increased computational requirements, quantization emerges as a practical solution to obtain compact and efficient low-bit DMs. However, the highly discrete representation leads to severe accuracy degradation, hindering the quantiz…

2025

Conflict-Aware Knowledge Editing in the Wild: Semantic-Augmented Graph Representation for Unstructured Text

NeurIPS 2025spotlight

Large Language Models (LLMs) have demonstrated broad applications but suffer from issues like hallucinations, erroneous outputs and outdated knowledge. Model editing emerges as an effective solution to refine knowledge in LLMs, yet existing methods typically depend on structured knowledge representa…

Cited by 0SourceScholar
2025

Continuous Diffusive Prediction Network for Multi-Station Weather Prediction

IJCAI 2025

Multi-station weather prediction provides weather forecasts for specific geographical locations, playing an important role in various aspects of daily life. Existing methods consider the relationships between individual stations discretely, making it difficult to model the continuous spatiotemporal

2025

DA-KD: Difficulty-Aware Knowledge Distillation for Efficient Large Language Models

ICML 2025poster

Although knowledge distillation (KD) is an effective approach to improve the performance of a smaller LLM (i.e., the student model) by transferring knowledge from a large LLM (i.e., the teacher model), it still suffers from high training cost. Existing LLM distillation methods ignore the difficulty…

Cited by 0SourcePDFScholar
2025

Detoxifying Large Language Models via Autoregressive Reward Guided Representation Editing

NeurIPS 2025poster

Large Language Models (LLMs) have demonstrated impressive performance across various tasks, yet they remain vulnerable to generating toxic content, necessitating detoxification strategies to ensure safe and responsible deployment. Test-time detoxification methods, which typically introduce static or…

Cited by 0SourceScholar
2025

Dual-view X-ray Detection: Can AI Detect Prohibited Items from Dual-view X-ray Images like Humans?

CVPR 2025poster

To detect prohibited items in challenging categories, human inspectors typically rely on images from two distinct views (vertical and side). Can AI detect prohibited items from dual-view X-ray images in the same way humans do? Existing X-ray datasets often suffer from limitations, such as single-vie…

2025

Dynamic Parallel Tree Search for Efficient LLM Reasoning

ACL 2025long

Tree of Thoughts (ToT) enhances Large Language Model (LLM) reasoning by structuring problem-solving as a spanning tree. However, recent methods focus on search accuracy while overlooking computational efficiency. The challenges of accelerating the ToT lie in the frequent switching of reasoning focus…

2025

Empirical Study on Robustness and Resilience in Cooperative Multi-Agent Reinforcement Learning

NeurIPS 2025poster

In cooperative Multi-Agent Reinforcement Learning (MARL), it is a common practice to tune hyperparameters in ideal simulated environments to maximize cooperative performance. However, policies tuned for cooperation often fail to maintain robustness and resilience under real-world uncertainties. Buil…

Cited by 0SourceScholar
2025

Exploring Semantic-constrained Adversarial Example with Instruction Uncertainty Reduction

NeurIPS 2025poster

Recently, semantically constrained adversarial examples (SemanticAE), which are directly generated from natural language instructions, have become a promising avenue for future research due to their flexible attacking forms, but have not been thoroughly explored yet. To generate SemanticAEs, current…

Cited by 0SourceScholar
2025

Generating Targeted Universal Adversarial Perturbation against Automatic Speech Recognition via Phoneme Tailoring

ICASSP 2025accepted

There is a growing concern about adversarial attacks against automatic speech recognition (ASR) systems. Although research into targeted universal adversarial examples (AEs) has progressed, current methods are constrained by inefficient exploitation of audio features, demonstrating insufficient atta…

Cited by 0SourceScholar
2025

HarmoniCa: Harmonizing Training and Inference for Better Feature Caching in Diffusion Transformer Acceleration

ICML 2025poster

Diffusion Transformers (DiTs) excel in generative tasks but face practical deployment challenges due to high inference costs. Feature caching, which stores and retrieves redundant computations, offers the potential for acceleration. Existing learning-based caching, though adaptive, overlooks the imp…

2025

Harnessing Global-Local Collaborative Adversarial Perturbation for Anti-Customization

CVPR 2025poster

Though achieving significant success in personalized image synthesis, Latent Diffusion Models (LDMs) pose substantial social risks caused by unauthorized misuse (e.g., face theft). To counter these threats, the Anti-Customization (AC) method that exploits adversarial perturbations was proposed. Unfo…

2025

Lexical Diversity-aware Relevance Assessment for Retrieval-Augmented Generation

ACL 2025long

Retrieval-Augmented Generation (RAG) has proven effective in enhancing the factuality of LLMs’ generation, making them a focal point of research. However, previous RAG approaches overlook the lexical diversity of queries, hindering their ability to achieve a granular relevance assessment between que…

2025

Reasoning-Augmented Conversation for Multi-Turn Jailbreak Attacks on Large Language Models

EMNLP 2025

Multi-turn jailbreak attacks simulate real-world human interactions by engaging large language models (LLMs) in iterative dialogues, exposing critical safety vulnerabilities. However, existing methods often struggle to balance semantic coherence with attack effectiveness, resulting in either benign

2025

SliM-LLM: Salience-Driven Mixed-Precision Quantization for Large Language Models

ICML 2025poster

Post-training quantization (PTQ) is an effective technique for compressing large language models (LLMs). However, while uniform-precision quantization is computationally efficient, it often compromises model performance. To address this, we propose SliM-LLM, a salience-driven mixed-precision quantiz…

2025

Token-Aware Editing of Internal Activations for Large Language Model Alignment

EMNLP 2025

Intervening the internal activations of large language models (LLMs) provides an effective inference-time alignment approach to mitigate undesirable behaviors, such as generating erroneous or harmful content, thereby ensuring safe and reliable applications of LLMs. However, previous methods neglect

2024

Accurate LoRA-Finetuning Quantization of LLMs via Information Retention

ICML 2024oral

The LoRA-finetuning quantization of LLMs has been extensively studied to obtain accurate yet compact LLMs for deployment on resource-constrained hardware. However, existing methods cause the quantized LLM to severely degrade and even fail to benefit from the finetuning of LoRA. This paper proposes a…

2024

BiDM: Pushing the Limit of Quantization for Diffusion Models

NeurIPS 2024poster

Diffusion models (DMs) have been significantly developed and widely used in various applications due to their excellent generative qualities. However, the expensive computation and massive parameters of DMs hinder their practical use in resource-constrained scenarios. As one of the effective compres…

2024

BiLLM: Pushing the Limit of Post-Training Quantization for LLMs

ICML 2024poster

Pretrained large language models (LLMs) exhibit exceptional general language processing capabilities but come with significant demands on memory and computational resources. As a powerful compression technology, binarization can extremely reduce model weights to a mere 1 bit, lowering the expensive…

2024

Byzantine Robust Cooperative Multi-Agent Reinforcement Learning as a Bayesian Game

ICLR 2024poster

In this study, we explore the robustness of cooperative multi-agent reinforcement learning (c-MARL) against Byzantine failures, where any agent can enact arbitrary, worst-case actions due to malfunction or adversarial attack. To address the uncertainty that any agent can be adversarial, we propose a…

2024

Compressing Large Language Models by Joint Sparsification and Quantization

ICML 2024poster

In this paper, we introduce a novel model compression technique named Joint Sparsification and Quantization (JSQ), explicitly tailored for large language models (LLMs). Traditional methods employ either sparsification or quantization individually to compress LLMs, leading to performance degradation…

2024

DB-LLM: Accurate Dual-Binarization for Efficient LLMs

ACL 2024findings

Large language models (LLMs) have significantly advanced the field of natural language processing, while the expensive memory and computation consumption impede their practical deployment. Quantization emerges as one of the most effective methods for improving the computational efficiency of LLMs. H…

2024

Fast and Controllable Post-training Sparsity: Learning Optimal Sparsity Allocation with Global Constraint in Minutes

AAAI 2024technical

Neural network sparsity has attracted many research interests due to its similarity to biological schemes and high energy efficiency. However, existing methods depend on long-time training or fine-tuning, which prevents large-scale applications. Recently, some works focusing on post-training sparsit…

2024

Flexible Residual Binarization for Image Super-Resolution

ICML 2024poster

Binarized image super-resolution (SR) has attracted much research attention due to its potential to drastically reduce parameters and operations. However, most binary SR works binarize network weights directly, which hinders high-frequency information extraction. Furthermore, as a pixel-wise reconst…

Cited by 5SourcePDFScholar
2024

IntraMix: Intra-Class Mixup Generation for Accurate Labels and Neighbors

NeurIPS 2024poster

Graph Neural Networks (GNNs) have shown great performance in various tasks, with the core idea of learning from data labels and aggregating messages within the neighborhood of nodes. However, the common challenges in graphs are twofold: insufficient accurate (high-quality) labels and limited neighbo…

2024

LLMC: Benchmarking Large Language Model Quantization with a Versatile Compression Toolkit

EMNLP 2024industry

Recent advancements in large language models (LLMs) are propelling us toward artificial general intelligence with their remarkable emergent abilities and reasoning capabilities. However, the substantial computational and memory requirements limit the widespread adoption. Quantization, a key compress…

2024

LLMCBench: Benchmarking Large Language Model Compression for Efficient Deployment

NeurIPS 2024spotlight

Although large language models (LLMs) have demonstrated their strong intelligence ability, the high demand for computation and storage hinders their practical application. To this end, many model compression techniques are proposed to increase the efficiency of LLMs. However, current researches only…

2024

LTA-PCS: Learnable Task-Agnostic Point Cloud Sampling

CVPR 2024poster

Recently many approaches directly operate on point clouds for different tasks. These approaches become more computation and storage demanding when point cloud size is large. To reduce the required computation and storage one possible solution is to sample the point cloud. In this paper we propose th…

Cited by 5SourcePDFScholar
2024

NAPGuard: Towards Detecting Naturalistic Adversarial Patches

CVPR 2024poster

Recently the emergence of naturalistic adversarial patch (NAP) which possesses a deceptive appearance and various representations underscores the necessity of developing robust detection strategies. However existing approaches fail to differentiate the deep-seated natures in adversarial patches i.e.…

Cited by 8SourcePDFScholar
2024

PTQ4SAM: Post-Training Quantization for Segment Anything

CVPR 2024poster

Segment Anything Model (SAM) has achieved impressive performance in many computer vision tasks. However as a large-scale model the immense memory and computation costs hinder its practical deployment. In this paper we propose a post-training quantization (PTQ) framework for Segment Anything Model na…

2024

Reg-PTQ: Regression-specialized Post-training Quantization for Fully Quantized Object Detector

CVPR 2024poster

Although deep learning based object detection is of great significance for various applications it faces challenges when deployed on edge devices due to the computation and energy limitations. Post-training quantization (PTQ) can improve inference efficiency through integer computing. However they s…

Cited by 5SourcePDFScholar
2024

Selective Focus: Investigating Semantics Sensitivity in Post-training Quantization for Lane Detection

AAAI 2024technical

Lane detection (LD) plays a crucial role in enhancing the L2+ capabilities of autonomous driving, capturing widespread attention. The Post-Processing Quantization (PTQ) could facilitate the practical application of LD models, enabling fast speeds and limited memories without labeled data. However, p…

2024

TFMQ-DM: Temporal Feature Maintenance Quantization for Diffusion Models

CVPR 2024highlight

The Diffusion model a prevalent framework for image generation encounters significant challenges in terms of broad applicability due to its extended inference times and substantial memory requirements. Efficient Post-training Quantization (PTQ) is pivotal for addressing these issues in traditional m…

2024

Vision-fused Attack: Advancing Aggressive and Stealthy Adversarial Text against Neural Machine Translation

IJCAI 2024poster

While neural machine translation (NMT) models achieve success in our daily lives, they show vulnerability to adversarial attacks. Despite being harmful, these attacks also offer benefits for interpreting and enhancing NMT models, thus drawing increased research attention. However, existing studies o…

2023

Adaptive Contrastive Knowledge Distillation for BERT Compression

ACL 2023findings

In this paper, we propose a new knowledge distillation approach called adaptive contrastive knowledge distillation (ACKD) for BERT compression. Different from existing knowledge distillation methods for BERT that implicitly learn discriminative student features by mimicking the teacher features, we…

Cited by 10SourcePDFScholar
2023

Annealing-Based Label-Transfer Learning for Open World Object Detection

CVPR 2023poster

Open world object detection (OWOD) has attracted extensive attention due to its practicability in the real world. Previous OWOD works manually designed unknown-discover strategies to select unknown proposals from the background, suffering from uncertainties without appropriate priors. In this paper,…

2023

BiBench: Benchmarking and Analyzing Network Binarization

ICML 2023poster

Network binarization emerges as one of the most promising compression approaches offering extraordinary computation and memory savings by minimizing the bit-width. However, recent research has shown that applying existing binarization algorithms to diverse tasks, architectures, and hardware in reali…

2023

BiMatting: Efficient Video Matting via Binarization

NeurIPS 2023poster

Real-time video matting on edge devices faces significant computational resource constraints, limiting the widespread use of video matting in applications such as online conferences and short-form video production. Binarization is a powerful compression approach that greatly reduces computation and…

2023

Exploring the Relationship Between Architectural Design and Adversarially Robust Generalization

CVPR 2023poster

Adversarial training has been demonstrated to be one of the most effective remedies for defending adversarial examples, yet it often suffers from the huge robustness generalization gap on unseen testing adversaries, deemed as the adversarially robust generalization problem. Despite the preliminary u…

Cited by 40SourcePDFScholar
2023

Improving Robust Fariness via Balance Adversarial Training

AAAI 2023technical

Adversarial training (AT) methods are effective against adversarial attacks, yet they introduce severe disparity of accuracy and robustness between different classes, known as the robust fairness problem. Previously proposed Fair Robust Learning (FRL) adaptively reweights different classes to improv…

2023

Outlier Suppression+: Accurate quantization of large language models by equivalent and effective shifting and scaling

EMNLP 2023long main

Post-training quantization (PTQ) of transformer language models faces significant challenges due to the existence of detrimental outliers in activations. We observe that these outliers are concentrated in specific channels and are asymmetric across channels. To address this issue, we propose the Out…

Cited by 0SourcecodeScholar
2023

QuantSR: Accurate Low-bit Quantization for Efficient Image Super-Resolution

NeurIPS 2023spotlight

Low-bit quantization in image super-resolution (SR) has attracted copious attention in recent research due to its ability to reduce parameters and operations significantly. However, many quantized SR models suffer from accuracy degradation compared to their full-precision counterparts, especially at…

2023

Towards Benchmarking and Assessing Visual Naturalness of Physical World Adversarial Attacks

CVPR 2023poster

Physical world adversarial attack is a highly practical and threatening attack, which fools real world deep learning systems by generating conspicuous and maliciously crafted real world artifacts. In physical world attacks, evaluating naturalness is highly emphasized since human can easily detect an…

2022

BiBERT: Accurate Fully Binarized BERT

ICLR 2022poster

The large pre-trained BERT has achieved remarkable performance on Natural Language Processing (NLP) tasks but is also computation and memory expensive. As one of the powerful compression approaches, binarization extremely reduces the computation and memory consumption by utilizing 1-bit parameters a…

2022

BiFSMN: Binary Neural Network for Keyword Spotting

IJCAI 2022poster

The deep neural networks, such as the Deep-FSMN, have been widely studied for keyword spotting (KWS) applications. However, computational resources for these networks are significantly constrained since they usually run on-call on edge devices. In this paper, we present BiFSMN, an accurate and extre…

2022

Defensive Patches for Robust Recognition in the Physical World

CVPR 2022poster

To operate in real-world high-stakes environments, deep learning systems have to endure noises that have been continuously thwarting their robustness. Data-end defense, which improves robustness by operations on input data instead of modifying models, has attracted intensive attention due to its hig…

Cited by 37PDFcodeScholar
2022

Delving Deep Into the Generalization of Vision Transformers Under Distribution Shifts

CVPR 2022poster

Recently, Vision Transformers have achieved impressive results on various Vision tasks. Yet, their generalization ability under different distribution shifts is poorly understood. In this work, we provide a comprehensive study on the out-of-distribution generalization of Vision Transformers. To supp…

Cited by 133PDFcodeScholar
2022

Delving Into the Estimation Shift of Batch Normalization in a Network

CVPR 2022poster

Batch normalization (BN) is a milestone technique in deep learning. It normalizes the activation using mini-batch statistics during training but the estimated population statistics during inference. This paper focuses on investigating the estimation of population statistics. We define the estimation…

Cited by 28PDFcodeScholar
2022

Exploring Endogenous Shift for Cross-Domain Detection: A Large-Scale Benchmark and Perturbation Suppression Network

CVPR 2022poster

Existing cross-domain detection methods mostly study the domain shifts where differences between domains are often caused by external environment and perceivable for humans. However, in real-world scenarios (e.g., MRI medical diagnosis, X-ray security inspection), there still exists another type of…

Cited by 39PDFcodeScholar
2022

Frequency Domain Model Augmentation for Adversarial Attack

ECCV 2022poster

"For black-box attacks, the gap between the substitute model and the victim model is usually large, which manifests as a weak attack performance. Motivated by the observation that the transferability of adversarial examples can be improved by attacking diverse models simultaneously, model augmentati…

2022

Outlier Suppression: Pushing the Limit of Low-bit Transformer Language Models

NeurIPS 2022accept

Transformer architecture has become the fundamental element of the widespread natural language processing~(NLP) models. With the trends of large NLP models, the increasing memory and computation costs hinder their efficient deployment on resource-limited devices. Therefore, transformer quantization…

2022

Practical Evaluation of Adversarial Robustness via Adaptive Auto Attack

CVPR 2022poster

Defense models against adversarial attacks have grown significantly, but the lack of practical evaluation methods has hindered progress. Evaluation can be defined as looking for defense models' lower bound of robustness given a budget number of iterations and a test dataset. A practical evaluation m…

Cited by 69PDFcodeScholar
2022

QDrop: Randomly Dropping Quantization for Extremely Low-bit Post-Training Quantization

ICLR 2022poster

Recently, post-training quantization (PTQ) has driven much attention to produce efficient neural networks without long-time retraining. Despite the low cost, current PTQ works always fail under the extremely low-bit setting. In this study, we pioneeringly confirm that properly incorporating activati…

Cited by 192SourcePDFScholar
2022

Towards Accurate Binary Neural Networks via Modeling Contextual Dependencies

ECCV 2022poster

"Existing Binary Neural Networks (BNNs) mainly operate on local convolutions with binarization function. However, such simple bit operations lack the ability of modeling contextual dependencies, which is critical for learning discriminative deep representations in vision models. In this work, we tac…

2021

BiPointNet: Binary Neural Network for Point Clouds

ICLR 2021poster

To alleviate the resource constraint for real-time point cloud applications that run on edge devices, in this paper we present BiPointNet, the first model binarization approach for efficient deep learning on point clouds. We discover that the immense performance drop of binarized models for point cl…

2021

Diversifying Sample Generation for Accurate Data-Free Quantization

CVPR 2021poster

Quantization has emerged as one of the most prevalent approaches to compress and accelerate neural networks. Recently, data-free quantization has been widely studied as a practical and promising solution. It synthesizes data for calibrating the quantized model according to the batch normalization (B…

Cited by 113PDFScholar
2021

Dual Attention Suppression Attack: Generate Adversarial Camouflage in Physical World

CVPR 2021poster

Deep learning models are vulnerable to adversarial examples. As a more threatening type for practical deep learning systems, physical adversarial examples have received extensive research attention in recent years. However, without exploiting the intrinsic characteristics such as model-agnostic and…

Cited by 255PDFcodeScholar
2021

Stratified Rule-Aware Network for Abstract Visual Reasoning

AAAI 2021technical

Abstract reasoning refers to the ability to analyze information, discover rules at an intangible level, and solve problems in innovative ways. Raven's Progressive Matrices (RPM) test is typically used to examine the capability of abstract reasoning. The subject is asked to identify the correct choic…

2021

Towards Real-World Prohibited Item Detection: A Large-Scale X-Ray Benchmark

ICCV 2021poster

Automatic security inspection using computer vision technology is a challenging task in real-world scenarios due to various factors, including intra-class variance, class imbalance, and occlusion. Most of the previous methods rarely solve the cases that the prohibited items are deliberately hidden i…

Cited by 116PDFcodeScholar
2021

Towards Real-World X-Ray Security Inspection: A High-Quality Benchmark and Lateral Inhibition Module for Prohibited Items Detection

ICCV 2021poster

Prohibited items detection in X-ray images often plays an important role in protecting public safety, which often deals with color-monotonous and luster-insufficient objects, resulting in unsatisfactory performance. Till now, there have been rare studies touching this topic due to the lack of specia…

Cited by 136PDFcodeScholar
2020

Attention Convolutional Binary Neural Tree for Fine-Grained Visual Categorization

CVPR 2020poster

Fine-grained visual categorization (FGVC) is an important but challenging task due to high intra-class variances and low inter-class variances caused by deformation, occlusion, illumination, etc. An attention convolutional binary neural tree architecture is presented to address those problems for we…

Cited by 276PDFScholar
2020

Bias-based Universal Adversarial Patch Attack for Automatic Check-out

ECCV 2020poster

Adversarial examples are inputs with imperceptible perturbations that easily misleading deep neural networks (DNNs). Recently, adversarial patch, with noise confined to a small and localized patch, has emerged for its easy feasibility in real-world scenarios. However, existing strategies failed to g…

2020

Few-shot Visual Learning with Contextual Memory and Fine-grained Calibration

IJCAI 2020poster

Few-shot learning aims to learn a model that can be readily adapted to new unseen classes (concepts) by accessing one or few examples. Despite the successful progress, most of the few-shot learning approaches, concentrating on either global or local characteristics of examples, still suffer from wea…

Cited by 0SourcePDFScholar
2020

Forward and Backward Information Retention for Accurate Binary Neural Networks

CVPR 2020poster

Weight and activation binarization is an effective approach to deep neural network compression and can accelerate the inference by leveraging bitwise operations. Although many binarization methods have improved the accuracy of the model by minimizing the quantization error in forward propagation, th…

Cited by 431PDFcodeScholar
2020

Learning Unseen Concepts via Hierarchical Decomposition and Composition

CVPR 2020poster

Composing and recognizing new concepts from known sub-concepts has been a fundamental and challenging vision task, mainly due to 1) the diversity of sub-concepts and 2) the intricate contextuality between sub-concepts and their corresponding visual features. However, most of the current methods simp…

Cited by 66PDFScholar
2020

Patch-wise Attack for Fooling Deep Neural Network

ECCV 2020poster

By adding human-imperceptible noise to clean images, the resultant adversarial examples can fool other unknown models. Features of a pixel extracted by deep neural networks (DNNs) are influenced by its surrounding regions, and different DNNs generally focus on different discriminative regions in rec…

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

Spatiotemporal Attacks for Embodied Agents

ECCV 2020poster

Adversarial attacks are valuable for providing insights into the blind-spots of deep learning models and help improve their robustness. Existing work on adversarial attacks have mainly focused on static scenes; however, it remains unclear whether such attacks are effective against embodied agents, w…

2020

Stein Variational Inference for Discrete Distributions

AISTATS 2020poster

Gradient-based approximate inference methods, such as Stein variational gradient descent (SVGD) \cite{liu2016stein}, provide simple and general-purpose inference engines for differentiable continuous distributions. However, existing forms of SVGD can not be directly applied to discrete distributions…

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

Transductive Relation-Propagation Network for Few-shot Learning

IJCAI 2020poster

Few-shot learning, aiming to learn novel concepts from few labeled examples, is an interesting and very challenging problem with many practical advantages. To accomplish this task, one should concentrate on revealing the accurate relations of the support-query pairs. We propose a transductive relati…

Cited by 0SourcePDFScholar
2019

Adversarial Fine-Grained Composition Learning for Unseen Attribute-Object Recognition

ICCV 2019poster

Recognizing unseen attribute-object pairs never appearing in the training data is a challenging task, since an object often refers to a specific entity while an attribute is an abstract semantic description. Besides, attributes are highly correlated to objects, i.e., an attribute tends to describe d…

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

Fast and Incremental Loop Closure Detection Using Proximity Graphs

IROS 2019poster

Visual loop closure detection, which can be considered as an image retrieval task, is an important problem in SLAM (Simultaneous Localization and Mapping) systems. The frequently used bag-of-words (BoW) models can achieve high precision and moderate recall. However, the requirement for lower time co…

Cited by 51SourcecodeScholar
2018

Direct Shape Regression Networks for End-to-End Face Alignment

CVPR 2018poster

Face alignment has been extensively studied in computer vision community due to its fundamental role in facial analysis, but it remains an unsolved problem. The major challenges lie in the highly nonlinear relationship between face images and associated facial shapes, which is coupled by underlying…

2017

Centered Weight Normalization in Accelerating Training of Deep Neural Networks

ICCV 2017poster

Training deep neural networks is difficult for the pathological curvature problem. Re-parameterization is an effective way to relieve the problem by learning the curvature approximately or constraining the solutions of weights with good properties for optimization. This paper proposes to re-paramete…

Cited by 88PDFcodeScholar
2017

Deep Sketch Hashing: Fast Free-Hand Sketch-Based Image Retrieval

CVPR 2017spotlight

Free-hand sketch-based image retrieval (SBIR) is a specific cross-view retrieval task, in which queries are abstract and ambiguous sketches while the retrieval database is formed with natural images. Work in this area mainly focuses on extracting representative and shared features for sketches and n…

Cited by 319PDFcodeScholar