← Search

Xiangyu Zhang

170 accepted papers

2026

BEYOND VIDEO-TO-SFX: VIDEO TO AUDIO SYNTHESIS WITH ENVIRONMENTALLY AWARE SPEECH

ICASSP 2026poster

The generation of realistic, context-aware audio is important in real-world applications such as video game development. While existing video-to-audio (V2A) methods mainly focus on Foley sound generation, they struggle to produce intelligible speech. Meanwhile, current environmental speech synthesis…

Cited by 0SourcePDFScholar
2026

DOCKSMITH: Scaling Reliable Coding Environments via an Agentic Docker Builder

ICML 2026poster

Reliable Docker-based environment construction is a dominant bottleneck for scaling execution-grounded training and evaluation of software engineering agents. We introduce DockSmith, a specialized agentic Docker builder designed to address this challenge. DockSmith treats environment construction no…

Cited by 0SourceScholar
2026

From Poisoned to Aware: Fostering Backdoor Self-Awareness in LLMs

ICML 2026spotlight

Backdoor attacks can introduce deceptive behaviors into large language models, causing them to execute prohibited actions only when specific secret triggers appear in the input. Existing safety training methods largely fail to address this vulnerability, due to the inherent difficulty of uncovering …

Cited by 0SourceScholar
2026

MatRIS: Toward Reliable and Efficient Pretrained Machine Learning Interaction Potentials

ICLR 2026poster

Universal MLIPs (uMLIPs) demonstrate broad applicability across diverse material systems and have emerged as a powerful and transformative paradigm in chemical and computational materials science. Equivariant uMLIPs achieve state-of-the-art accuracy in a wide range of benchmarks by incorporating equ…

Cited by 0SourceScholar
2026

MemoryVLA: Perceptual-Cognitive Memory in Vision-Language-Action Models for Robotic Manipulation

ICLR 2026poster

Temporal context is essential for robotic manipulation because such tasks are inherently non-Markovian, yet mainstream VLA models typically overlook it and struggle with long-horizon, temporally dependent tasks. Cognitive science suggests that humans rely on working memory to buffer short-lived repr…

Cited by 0SourcecodeScholar
2026

Mixture-of-Experts Can Surpass Dense LLMs Under Strictly Equal Resource

ICLR 2026oral

Mixture-of-Experts (MoE) language models dramatically expand model capacity and achieve remarkable performance without increasing per-token compute. However, can MoEs surpass dense architectures under strictly equal resource constraints — that is, when the total parameter count, training compute, an…

Cited by 0SourceScholar
2026

NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale

ICLR 2026oral

Prevailing autoregressive (AR) models for text-to-image generation either rely on heavy, computationally-intensive diffusion models to process continuous image tokens, or employ vector quantization (VQ) to obtain discrete tokens with quantization loss. In this paper, we push the autoregressive parad…

Cited by 0SourcecodeScholar
2026

PerceptionRubrics: Calibrating Multimodal Evaluation to Human Perception

ICML 2026poster

We introduce the Perception Rubric Benchmark (PRB), a rubric-based evaluation framework for Multimodal Large Language Models (MLLMs) that addresses the growing gap between benchmark scores and human-perceived quality. While standard perception metrics approach saturation, they produce compressed ran…

Cited by 0SourceScholar
2026

Poisoning with a Pill: Circumventing Detection in Federated Learning

AAAI 2026technical

Federated learning (FL) protects data privacy by enabling distributed model training without direct access to client data. However, its distributed nature makes it vulnerable to model and data poisoning attacks. While numerous defenses filter malicious clients using statistical metrics, they overloo

Cited by 0SourcePDFScholar
2026

SpatialActor: Exploring Disentangled Spatial Representations for Robust Robotic Manipulation

AAAI 2026technical

Robotic manipulation requires precise spatial understanding to interact with objects in the real world. Point-based methods suffer from sparse sampling, leading to the loss of fine-grained semantics. Image-based methods typically feed RGB and depth into 2D backbones pre-trained on 3D auxiliary tasks

Cited by 0SourcePDFScholar
2026

Target-Driven Policy Optimization for Sequential Counterfactual Outcome Control

ICML 2026poster

Identifying optimal intervention sequences from offline data to guide temporal systems toward target outcomes is a critical challenge with profound implications for fields like personalized medicine. While existing methods are mostly evaluated in offline settings, practical applications demand onlin…

Cited by 0SourceScholar
2026

Thinking in 360deg: Humanoid Visual Search in the Wild

CVPR 2026

Humans rely on the synergistic control of head (cephalomotor) and eye (oculomotor) to efficiently search for visual information in 360deg. However, prior approaches to visual search are limited to a static image, neglecting the physical embodiment and its interaction with the 3D world. How can we de

Cited by 0SourcecodeScholar
2025

Beyond Sequences: Two-dimensional Representation and Dependency Encoding for Code Generation

ACL 2025long

The advent of large language models has significantly advanced automatic code generation, transforming the way programmers writing code. Inspired by natural language processing, mainstream code generation approaches represent code as a linear sequence of tokens. In this paper, we propose to represen…

Cited by 0SourcePDFScholar
2025

CO-SPY: Combining Semantic and Pixel Features to Detect Synthetic Images by AI

CVPR 2025poster

With the rapid advancement of generative AI, it is now possible to synthesize high-quality images in a few seconds. Despite the power of these technologies, they raise significant concerns regarding misuse. Current efforts to distinguish between real and AI-generated images may lack generalization,…

2025

CoRe: Benchmarking LLMs’ Code Reasoning Capabilities through Static Analysis Tasks

NeurIPS 2025spotlight

Large language models (LLMs) have been widely adopted across diverse domains of software engineering, such as code generation, program repair, and vulnerability detection. These applications require understanding beyond surface-level code patterns: value propagation, control flow, and interdependenc…

Cited by 0SourceScholar
2025

DreamBench++: A Human-Aligned Benchmark for Personalized Image Generation

ICLR 2025poster

Personalized image generation holds great promise in assisting humans in everyday work and life due to its impressive function in creatively generating personalized content. However, current evaluations either are automated but misalign with humans or require human evaluations that are time-consumin…

2025

EffiTune: Diagnosing and Mitigating Training Inefficiency for Parameter Tuner in Robot Navigation System

IROS 2025

Robot navigation systems are critical for various real-world applications such as delivery services, hospital logistics, and warehouse management. Although classical navigation methods provide interpretability, they rely heavily on expert manual tuning, limiting their adaptability. Conversely, purel

Cited by 1SourceScholar
2025

Efficient Dynamic Clustering-Based Document Compression for Retrieval-Augmented-Generation

EMNLP 2025

Retrieval-Augmented Generation (RAG) has emerged as a widely adopted approach for knowledge injection during large language model (LLM) inference in recent years. However, due to their limited ability to exploit fine-grained inter-document relationships, current RAG implementations face challenges i

2025

Exploiting the Shadows: Unveiling Privacy Leaks through Lower-Ranked Tokens in Large Language Models

ACL 2025long

Large language models (LLMs) play a crucial role in modern applications but face vulnerabilities related to the extraction of sensitive information. This includes unauthorized accesses to internal prompts and retrieval of personally identifiable information (PII) (e.g., in Retrieval-Augmented Genera…

Cited by 0SourcePDFScholar
2025

GUI Exploration Lab: Enhancing Screen Navigation in Agents via Multi-Turn Reinforcement Learning

NeurIPS 2025poster

With the rapid development of Large Vision Language Models, the focus of Graphical User Interface (GUI) agent tasks shifts from single-screen tasks to complex screen navigation challenges. However, real-world GUI environments, such as PC software and mobile Apps, are often complex and proprietary,…

Cited by 0SourceScholar
2025

Glad: A Streaming Scene Generator for Autonomous Driving

ICLR 2025poster

The generation and simulation of diverse real-world scenes have significant application value in the field of autonomous driving, especially for the corner cases. Recently, researchers have explored employing neural radiance fields or diffusion models to generate novel views or synthetic data under…

Cited by 1SourcePDFScholar
2025

Holistic Tokenizer for Autoregressive Image Generation

ICCV 2025poster

Vanilla autoregressive image generation models generate visual tokens step-by-step, limiting their ability to capture holistic relationships among token sequences. Moreover, because most visual tokenizers map local image patches into latent tokens, global information is limited. To address this, we…

2025

JailbreakDiffBench: A Comprehensive Benchmark for Jailbreaking Diffusion Models

ICCV 2025poster

Diffusion models are widely used in real-world applications, but ensuring their safety remains a major challenge. Despite many efforts to enhance the security of diffusion models, jailbreak and adversarial attacks can still bypass these defenses, generating harmful content. However, the lack of stan…

Cited by 0SourcePDFScholar
2025

Language Prompt for Autonomous Driving

AAAI 2025technical

A new trend in the computer vision community is to capture objects of interest following flexible human command represented by a natural language prompt. However, the progress of using language prompts in driving scenarios is stuck in a bottleneck due to the scarcity of paired prompt-instance data.…

2025

Multi-Class Dementia Detection Using Acoustic Features - ICASSP-2025 PROCESS Challenge

ICASSP 2025accepted

This paper describes our best-performing submission for the ICASSP-2025 Signal Processing Grand Challenge PROCESS, focused on the classification of speech into 3 groups - Healthy, Mild Cognitive Impairment (MCI), and Dementia - using three speech tasks in English. Our approach was aligned with the a…

Cited by 0SourceScholar
2025

Multi-matrix Factorization Attention

ACL 2025finding

We propose novel attention architectures, Multi-matrix Factorization Attention (MFA) and MFA-Key-Reuse (MFA-KR). Existing variants for standard Multi-Head Attention (MHA), including SOTA methods like MLA, fail to maintain as strong performance under stringent Key-Value cache (KV cache) constraints.…

Cited by 0SourcePDFScholar
2025

Nova: Generative Language Models for Assembly Code with Hierarchical Attention and Contrastive Learning

ICLR 2025poster

Binary code analysis is the foundation of crucial tasks in the security domain; thus building effective binary analysis techniques is more important than ever. Large language models (LLMs) although have brought impressive improvement to source code tasks, do not directly generalize to assembly code…

Cited by 0SourcePDFScholar
2025

Open Vision Reasoner: Transferring Linguistic Cognitive Behavior for Visual Reasoning

NeurIPS 2025poster

The remarkable reasoning capability of large language models (LLMs) stems from cognitive behaviors that emerge through reinforcement with verifiable rewards. This work investigates how to transfer this principle to Multimodal LLMs (MLLMs) to unlock advanced visual reasoning. We introduce a two-stage…

Cited by 0SourceScholar
2025

Open-Reasoner-Zero: An Open Source Approach to Scaling Up Reinforcement Learning on the Base Model

NeurIPS 2025poster

We introduce Open-Reasoner-Zero, the first open source implementation of large-scale reasoning-oriented RL training on the base model focusing on scalability, simplicity and accessibility. Through extensive experiments, we demonstrate that a minimalist approach, vanilla PPO with GAE ($\lambda=1$, $\…

Cited by 0SourceScholar
2025

Perception-R1: Pioneering Perception Policy with Reinforcement Learning

NeurIPS 2025poster

Inspired by the success of DeepSeek-R1, we explore the potential of rule-based reinforcement learning (RL) in MLLM post-training for perception policy learning. While promising, our initial experiments reveal that incorporating a thinking process through RL does not consistently lead to performance…

Cited by 0SourcecodeScholar
2025

Predictable Scale (Part II) --- Farseer: A Refined Scaling Law in LLMs

NeurIPS 2025spotlight

Training Large Language Models (LLMs) is prohibitively expensive, creating a critical scaling gap where insights from small-scale experiments often fail to transfer to resource-intensive production systems, thereby hindering efficient innovation. To bridge this, we introduce Farseer, a novel and ref…

Cited by 0SourcecodeScholar
2025

ProSec: Fortifying Code LLMs with Proactive Security Alignment

ICML 2025poster

While recent code-specific large language models (LLMs) have greatly enhanced their code generation capabilities, the safety of these models remains under-explored, posing potential risks as insecure code generated by these models may introduce vulnerabilities into real-world systems. Existing metho…

2025

Profiler: Black-box AI-generated Text Origin Detection via Context-aware Inference Pattern Analysis

EMNLP 2025

With the increasing capabilities of Large Language Models (LLMs), the proliferation of AI-generated texts has become a serious concern. Given the diverse range of organizations providing LLMs, it is crucial for governments and third-party entities to identify the origin LLM of a given AI-generated t

Cited by 0SourcePDFScholar
2025

Reconstructive Visual Instruction Tuning

ICLR 2025poster

This paper introduces reconstructive visual instruction tuning (ROSS), a family of Large Multimodal Models (LMMs) that exploit vision-centric supervision signals. In contrast to conventional visual instruction tuning approaches that exclusively supervise text outputs, ROSS prompts LMMs to supervise…

Cited by 65SourcePDFScholar
2025

RepoAudit: An Autonomous LLM-Agent for Repository-Level Code Auditing

ICML 2025poster

Code auditing is the process of reviewing code with the aim of identifying bugs. Large Language Models (LLMs) have demonstrated promising capabilities for this task without requiring compilation, while also supporting user-friendly customization. However, auditing a code repository with LLMs poses s…

2025

Rethinking Mamba in Speech Processing by Self-Supervised Models

ICASSP 2025accepted

The Mamba-based model has demonstrated outstanding performance across tasks in computer vision, natural language processing, and speech processing. However, in the realm of speech processing, the Mamba-based model’s performance varies across different tasks. For instance, in tasks such as speech enh…

Cited by 0SourceScholar
2025

Ross3D: Reconstructive Visual Instruction Tuning with 3D-Awareness

ICCV 2025poster

The rapid development of Large Multimodal Models (LMMs) for 2D images and videos has spurred efforts to adapt these models for interpreting 3D scenes. However, the absence of large-scale 3D vision-language datasets has posed a significant obstacle. To address this issue, typical approaches focus on…

Cited by 0SourcePDFScholar
2025

SpeechT-RAG: Reliable Depression Detection in LLMs with Retrieval-Augmented Generation Using Speech Timing Information

ACL 2025finding

Large Language Models (LLMs) have been increasingly adopted for health-related tasks, yet their performance in depression detection remains limited when relying solely on text input. While Retrieval-Augmented Generation (RAG) typically enhances LLM capabilities, our experiments indicate that traditi…

Cited by 0SourcePDFScholar
2025

SubjectDrive: Scaling Generative Data in Autonomous Driving via Subject Control

AAAI 2025technical

Autonomous driving progress relies on large-scale annotated datasets. In this work, we explore the potential of generative models to produce vast quantities of freely-labeled data for autonomous driving applications and present SubjectDrive, the first model proven to scale generative data production…

Cited by 11SourcePDFScholar
2025

System Prompt Hijacking via Permutation Triggers in LLM Supply Chains

ACL 2025finding

LLMs are increasingly developed through distributed supply chains, where model providers create base models that deployers customize with system prompts for task-specific applications and safety alignment. We introduce SHIP, a novel post-deployment attack that bypasses system prompts, enabling unres…

2025

TAI3: Testing Agent Integrity in Interpreting User Intent

NeurIPS 2025poster

LLM agents are increasingly deployed to automate real-world tasks by invoking APIs through natural language instructions. While powerful, they often suffer from misinterpretation of user intent, leading to the agent’s actions that diverge from the user’s intended goal, especially as external toolkit…

Cited by 0SourceScholar
2025

Taming Teacher Forcing for Masked Autoregressive Video Generation

CVPR 2025poster

We introduce MAGI, a hybrid video generation framework that combines masked modeling for intra-frame generation with causal modeling for next-frame generation. Our key innovation, Complete Teacher Forcing (CTF), conditions masked frames on complete observation frames rather than masked ones (namely…

Cited by 3SourcePDFScholar
2025

Temporal Logic-Based Multi-Vehicle Backdoor Attacks against Offline RL Agents in End-to-end Autonomous Driving

NeurIPS 2025poster

Assessing the safety of autonomous driving (AD) systems against security threats, particularly backdoor attacks, is a stepping stone for real-world deployment. However, existing works mainly focus on pixel-level triggers which are impractical to deploy in the real world. We address this gap by intro…

Cited by 0SourceScholar
2025

Unhackable Temporal Reward for Scalable Video MLLMs

ICLR 2025poster

In the pursuit of superior video-processing MLLMs, we have encountered a perplexing paradox: the “anti-scaling law”, where more data and larger models lead to worse performance. This study unmasks the culprit: “temporal hacking”, a phenomenon where models shortcut by fixating on select frames, missi…

Cited by 0SourcePDFScholar
2025

VERA: Variational Inference Framework for Jailbreaking Large Language Models

NeurIPS 2025poster

The rise of API-only access to state-of-the-art LLMs highlights the need for effective black-box jailbreak methods to identify model vulnerabilities in real-world settings. Without a principled objective for gradient-based optimization, most existing approaches rely on genetic algorithms, which are…

Cited by 0SourceScholar
2025

Vision Foundation Models as Effective Visual Tokenizers for Autoregressive Generation

NeurIPS 2025poster

In this work, we present a novel direction to build an image tokenizer directly on top of a frozen vision foundation model, which is a largely underexplored area. Specifically, we employ a frozen vision foundation model as the encoder of our tokenizer. To enhance its effectiveness, we introduce two…

Cited by 0SourcecodeScholar
2024

BadPart: Unified Black-box Adversarial Patch Attacks against Pixel-wise Regression Tasks

ICML 2024poster

Pixel-wise regression tasks (e.g., monocular depth estimation (MDE) and optical flow estimation (OFE)) have been widely involved in our daily life in applications like autonomous driving, augmented reality and video composition. Although certain applications are security-critical or bear societal si…

2024

BiScope: AI-generated Text Detection by Checking Memorization of Preceding Tokens

NeurIPS 2024poster

Detecting text generated by Large Language Models (LLMs) is a pressing need in order to identify and prevent misuse of these powerful models in a wide range of applications, which have highly undesirable consequences such as misinformation and academic dishonesty. Given a piece of subject text, m…

2024

ChatSpot: Bootstrapping Multimodal LLMs via Precise Referring Instruction Tuning

IJCAI 2024poster

Human-AI interactivity is a critical aspect that reflects the usability of Multimodal Large Language Models (MLLMs). However, existing end-to-end MLLMs only allow users to interact with them through language instructions, leading to the limitation of the interactive accuracy and efficiency. In this…

2024

Compound Text-Guided Prompt Tuning via Image-Adaptive Cues

AAAI 2024technical

Vision-Language Models (VLMs) such as CLIP have demonstrated remarkable generalization capabilities to downstream tasks. However, existing prompt tuning based frameworks need to parallelize learnable textual inputs for all categories, suffering from massive GPU memory consumption when there is a lar…

2024

DDAE: Towards Deep Dynamic Vision BERT Pretraining

AAAI 2024technical

Recently, masked image modeling (MIM) has demonstrated promising prospects in self-supervised representation learning. However, existing MIM frameworks recover all masked patches equivalently, ignoring that the reconstruction difficulty of different patches can vary sharply due to their diverse dist…

Cited by 1SourcePDFScholar
2024

DreamLLM: Synergistic Multimodal Comprehension and Creation

ICLR 2024spotlight

This paper presents DreamLLM, a learning framework that first achieves versatile Multimodal Large Language Models (MLLMs) empowered with frequently overlooked synergy between multimodal comprehension and creation. DreamLLM operates on two fundamental principles. The first focuses on the generative m…

2024

Elijah: Eliminating Backdoors Injected in Diffusion Models via Distribution Shift

AAAI 2024technical

Diffusion models (DM) have become state-of-the-art generative models because of their capability of generating high-quality images from noises without adversarial training. However, they are vulnerable to backdoor attacks as reported by recent studies. When a data input (e.g., some Gaussian noise)…

2024

Enhancing Code-Switching Speech Recognition With Interactive Language Biases

ICASSP 2024accepted

Languages usually switch within a multilingual speech signal, especially in a bilingual society. This phenomenon is referred to as code-switching (CS), making automatic speech recognition (ASR) challenging under a multilingual scenario. We propose to improve CS-ASR by biasing the hybrid CTC/attentio…

Cited by 30SourceScholar
2024

Exploring Recurrent Long-Term Temporal Fusion for Multi-View 3D Perception

RA-L 2024

Long-term temporal fusion is a crucial but often overlooked technique in camera-based Bird's-Eye-View (BEV) 3D perception. Existing methods are mostly in a parallel manner. While parallel fusion can benefit from long-term information, it suffers from increasing computational and memory overheads as

Cited by 96SourceScholar
2024

Far3D: Expanding the Horizon for Surround-View 3D Object Detection

AAAI 2024technical

Recently 3D object detection from surround-view images has made notable advancements with its low deployment cost. However, most works have primarily focused on close perception range while leaving long-range detection less explored. Expanding existing methods directly to cover long distances poses…

2024

Fusion Is Not Enough: Single Modal Attacks on Fusion Models for 3D Object Detection

ICLR 2024poster

Multi-sensor fusion (MSF) is widely used in autonomous vehicles (AVs) for perception, particularly for 3D object detection with camera and LiDAR sensors. The purpose of fusion is to capitalize on the advantages of each modality while minimizing its weaknesses. Advanced deep neural network (DNN)-base…

2024

GroupLane: End-to-End 3D Lane Detection With Channel-Wise Grouping

RA-L 2024

Efficiency is quite important for 3D lane detection while previous detectors are either computationally expensive or difficult for optimization. To bridge this gap, we propose a fully convolutional detector named GroupLane, which is simple, fast, and still maintains high detection precision. Specifi

Cited by 20SourceScholar
2024

LAMP: Learn A Motion Pattern for Few-Shot Video Generation

CVPR 2024poster

In this paper we present a few-shot text-to-video framework LAMP which enables a text-to-image diffusion model to Learn A specific Motion Pattern with 8 16 videos on a single GPU. Unlike existing methods which require a large number of training resources or learn motions that are precisely aligned w…

2024

LLMDFA: Analyzing Dataflow in Code with Large Language Models

NeurIPS 2024poster

Dataflow analysis is a fundamental code analysis technique that identifies dependencies between program values. Traditional approaches typically necessitate successful compilation and expert customization, hindering their applicability and usability for analyzing uncompilable programs with evolving…

2024

LOTUS: Evasive and Resilient Backdoor Attacks through Sub-Partitioning

CVPR 2024poster

Backdoor attack poses a significant security threat to Deep Learning applications. Existing attacks are often not evasive to established backdoor detection techniques. This susceptibility primarily stems from the fact that these attacks typically leverage a universal trigger pattern or transformatio…

2024

Merlin: Empowering Multimodal LLMs with Foresight Minds

ECCV 2024poster

"Humans can foresee the future based on present observations, a skill we term as foresight minds. However, this capability remains under-explored within existing MLLMs, hindering their capacity to understand intentions behind subjects. To address this, we integrate the future modeling into MLLMs. By…

2024

Panacea: Panoramic and Controllable Video Generation for Autonomous Driving

CVPR 2024poster

The field of autonomous driving increasingly demands high-quality annotated training data. In this paper we propose Panacea an innovative approach to generate panoramic and controllable videos in driving scenarios capable of yielding an unlimited numbers of diverse annotated samples pivotal for auto…

Cited by 50SourcePDFScholar
2024

Sanitizing Large Language Models in Bug Detection with Data-Flow

EMNLP 2024finding

Large language models (LLMs) show potential in code reasoning tasks, facilitating the customization of detecting bugs in software development. However, the hallucination effect can significantly compromise the reliability of bug reports. This work formulates a new schema of bug detection and present…

2024

Source Code Foundation Models are Transferable Binary Analysis Knowledge Bases

NeurIPS 2024poster

Human-Oriented Binary Reverse Engineering (HOBRE) lies at the intersection of binary and source code, aiming to lift binary code to human-readable content relevant to source code, thereby bridging the binary-source semantic gap. Recent advancements in uni-modal code model pre-training, particularly…

2024

Speaking in Wavelet Domain: A Simple and Efficient Approach to Speed up Speech Diffusion Model

EMNLP 2024main

Recently, Denoising Diffusion Probabilistic Models (DDPMs) have attained leading performances across a diverse range of generative tasks. However, in the field of speech synthesis, although DDPMs exhibit impressive performance, their prolonged training duration and substantial inference costs hinder…

2024

Stream Query Denoising for Vectorized HD-Map Construction

ECCV 2024poster

"This paper introduces the Stream Query Denoising (SQD) strategy, a novel and general approach for high-definition map (HD-map) construction. SQD is designed to improve the modeling capability of map elements by learning temporal consistency. Specifically, SQD involves the process of denoising the q…

Cited by 24SourcePDFScholar
2024

UNIT: Backdoor Mitigation via Automated Neural Distribution Tightening

ECCV 2024poster

"Deep neural networks (DNNs) have demonstrated effectiveness in various fields. However, DNNs are vulnerable to backdoor attacks, which inject a unique pattern, called trigger, into the input to cause misclassification to an attack-chosen target label. While existing works have proposed various meth…

2024

Unidirectional Brain-Computer Interface: Artificial Neural Network Encoding Natural Images to FMRI Response in the Visual Cortex

ICASSP 2024accepted

While significant advancements in artificial intelligence (AI) have catalyzed progress across various domains, its full potential in understanding visual perception remains underexplored. We propose an artificial neural network dubbed VISION, an acronym for "Visual Interface System for Imaging Outpu…

Cited by 0SourceScholar
2024

Vary: Scaling up the Vision Vocabulary for Large Vision-Language Models

ECCV 2024poster

"Most Large Vision-Language Models (LVLMs) enjoy the same vision vocabulary, i.e., CLIP, for common vision tasks. However, for some special task that needs dense and fine-grained perception, the CLIP-style vocabulary may encounter low efficiency in tokenizing corresponding vision knowledge and even…

2024

When LLM Meets DRL: Advancing Jailbreaking Efficiency via DRL-guided Search

NeurIPS 2024poster

Recent studies developed jailbreaking attacks, which construct jailbreaking prompts to "fool" LLMs into responding to harmful questions. Early-stage jailbreaking attacks require access to model internals or significant human efforts. More advanced attacks utilize genetic algorithms for automatic an…

2024

When LLMs Meets Acoustic Landmarks: An Efficient Approach to Integrate Speech into Large Language Models for Depression Detection

EMNLP 2024main

Depression is a critical concern in global mental health, prompting extensive research into AI-based detection methods. Among various AI technologies, Large Language Models (LLMs) stand out for their versatility in healthcare applications. However, the application of LLMs in the identification and a…

Cited by 11SourcePDFScholar
2023

A New Approach to Extract Fetal Electrocardiogram Using Affine Combination of Adaptive Filters

ICASSP 2023accepted

The detection of abnormal fetal heartbeats during pregnancy is important for monitoring the health conditions of the fetus. While adult ECG has made several advances in modern medicine, noninvasive fetal electrocardiography (FECG) remains a great challenge. In this paper, we introduce a new method b…

Cited by 0SourceScholar
2023

Adversarial Training of Self-supervised Monocular Depth Estimation against Physical-World Attacks

ICLR 2023top-25%

Monocular Depth Estimation (MDE) is a critical component in applications such as autonomous driving. There are various attacks against MDE networks. These attacks, especially the physical ones, pose a great threat to the security of such systems. Traditional adversarial training method requires gro…

2023

BIRD: Generalizable Backdoor Detection and Removal for Deep Reinforcement Learning

NeurIPS 2023poster

Backdoor attacks pose a severe threat to the supply chain management of deep reinforcement learning (DRL) policies. Despite initial defenses proposed in recent studies, these methods have very limited generalizability and scalability. To address this issue, we propose BIRD, a technique to detect and…

Cited by 11SourcePDFScholar
2023

Backdooring Neural Code Search

ACL 2023long

Reusing off-the-shelf code snippets from online repositories is a common practice, which significantly enhances the productivity of software developers. To find desired code snippets, developers resort to code search engines through natural language queries. Neural code search models are hence behin…

2023

Contrast with Reconstruct: Contrastive 3D Representation Learning Guided by Generative Pretraining

ICML 2023poster

Mainstream 3D representation learning approaches are built upon contrastive or generative modeling pretext tasks, where great improvements in performance on various downstream tasks have been achieved. However, we find these two paradigms have different characteristics: (i) contrastive models are da…

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

Detecting Backdoors in Pre-Trained Encoders

CVPR 2023poster

Self-supervised learning in computer vision trains on unlabeled data, such as images or (image, text) pairs, to obtain an image encoder that learns high-quality embeddings for input data. Emerging backdoor attacks towards encoders expose crucial vulnerabilities of self-supervised learning, since dow…

2023

Differentiable Architecture Search With Random Features

CVPR 2023poster

Differentiable architecture search (DARTS) has significantly promoted the development of NAS techniques because of its high search efficiency and effectiveness but suffers from performance collapse. In this paper, we make efforts to alleviate the performance collapse problem for DARTS from two aspec…

Cited by 16SourcePDFScholar
2023

Django: Detecting Trojans in Object Detection Models via Gaussian Focus Calibration

NeurIPS 2023poster

Object detection models are vulnerable to backdoor or trojan attacks, where an attacker can inject malicious triggers into the model, leading to altered behavior during inference. As a defense mechanism, trigger inversion leverages optimization to reverse-engineer triggers and identify compromised m…

2023

Exploring Object-Centric Temporal Modeling for Efficient Multi-View 3D Object Detection

ICCV 2023poster

In this paper, we propose a long-sequence modeling framework, named StreamPETR, for multi-view 3D object detection. Built upon the sparse query design in the PETR series, we systematically develop an object-centric temporal mechanism. The model is performed in an online manner and the long-term hist…

Cited by 235PDFcodeScholar
2023

FLIP: A Provable Defense Framework for Backdoor Mitigation in Federated Learning

ICLR 2023poster

Federated Learning (FL) is a distributed learning paradigm that enables different parties to train a model together for high quality and strong privacy protection. In this scenario, individual participants may get compromised and perform backdoor attacks by poisoning the data (or gradients). Existin…

2023

Hierarchical Semi-Implicit Variational Inference with Application to Diffusion Model Acceleration

NeurIPS 2023poster

Semi-implicit variational inference (SIVI) has been introduced to expand the analytical variational families by defining expressive semi-implicit distributions in a hierarchical manner. However, the single-layer architecture commonly used in current SIVI methods can be insufficient when the target p…

2023

LargeKernel3D: Scaling Up Kernels in 3D Sparse CNNs

CVPR 2023poster

Recent advance in 2D CNNs has revealed that large kernels are important. However, when directly applying large convolutional kernels in 3D CNNs, severe difficulties are met, where those successful module designs in 2D become surprisingly ineffective on 3D networks, including the popular depth-wise c…

2023

MEDIC: Remove Model Backdoors via Importance Driven Cloning

CVPR 2023poster

We develop a novel method to remove injected backdoors in deep learning models. It works by cloning the benign behaviors of a trojaned model to a new model of the same structure. It trains the clone model from scratch on a very small subset of samples and aims to minimize a cloning loss that denotes…

Cited by 7SourcePDFScholar
2023

MOTRv2: Bootstrapping End-to-End Multi-Object Tracking by Pretrained Object Detectors

CVPR 2023poster

In this paper, we propose MOTRv2, a simple yet effective pipeline to bootstrap end-to-end multi-object tracking with a pretrained object detector. Existing end-to-end methods, e.g. MOTR and TrackFormer are inferior to their tracking-by-detection counterparts mainly due to their poor detection perfor…

2023

MatrixVT: Efficient Multi-Camera to BEV Transformation for 3D Perception

ICCV 2023poster

This paper proposes an efficient multi-camera to Bird's-Eye-View (BEV) view transformation method for 3D perception, dubbed MatrixVT. Existing view transformers either suffer from poor transformation efficiency or rely on device-specific operators, hindering the broad application of BEV models. In…

Cited by 47PDFcodeScholar
2023

OnlineRefer: A Simple Online Baseline for Referring Video Object Segmentation

ICCV 2023poster

Referring video object segmentation (RVOS) aims at segmenting an object in a video following human instruction. Current state-of-the-art methods fall into an offline pattern, in which each clip independently interacts with text embedding for cross-modal understanding. They usually present that the o…

Cited by 55PDFcodeScholar
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
2023

PQLM - Multilingual Decentralized Portable Quantum Language Model

ICASSP 2023accepted

With careful manipulation, malicious agents can reverse engineer private information encoded in pre-trained language models. Security concerns motivate the development of quantum pre-training. In this work, we propose a highly portable quantum language model (PQLM) that can easily transmit informati…

Cited by 0SourceScholar
2023

ParaFuzz: An Interpretability-Driven Technique for Detecting Poisoned Samples in NLP

NeurIPS 2023poster

Backdoor attacks have emerged as a prominent threat to natural language processing (NLP) models, where the presence of specific triggers in the input can lead poisoned models to misclassify these inputs to predetermined target classes. Current detection mechanisms are limited by their inability to a…

Cited by 21SourcePDFScholar
2023

Re-parameterizing Your Optimizers rather than Architectures

ICLR 2023poster

The well-designed structures in neural networks reflect the prior knowledge incorporated into the models. However, though different models have various priors, we are used to training them with model-agnostic optimizers such as SGD. In this paper, we propose to incorporate model-specific prior knowl…

2023

Referring Multi-Object Tracking

CVPR 2023poster

Existing referring understanding tasks tend to involve the detection of a single text-referred object. In this paper, we propose a new and general referring understanding task, termed referring multi-object tracking (RMOT). Its core idea is to employ a language expression as a semantic cue to guide…

2023

RevColV2: Exploring Disentangled Representations in Masked Image Modeling

NeurIPS 2023poster

Masked image modeling (MIM) has become a prevalent pre-training setup for vision foundation models and attains promising performance. Despite its success, existing MIM methods discard the decoder network during downstream applica- tions, resulting in inconsistent representations between pre-training…

2023

Understanding Imbalanced Semantic Segmentation Through Neural Collapse

CVPR 2023poster

A recent study has shown a phenomenon called neural collapse in that the within-class means of features and the classifier weight vectors converge to the vertices of a simplex equiangular tight frame at the terminal phase of training for classification. In this paper, we explore the corresponding st…

2023

VoxelNeXt: Fully Sparse VoxelNet for 3D Object Detection and Tracking

CVPR 2023poster

3D object detectors usually rely on hand-crafted proxies, e.g., anchors or centers, and translate well-studied 2D frameworks to 3D. Thus, sparse voxel features need to be densified and processed by dense prediction heads, which inevitably costs extra computation. In this paper, we instead propose Vo…

2022

Anchor DETR: Query Design for Transformer-Based Detector

AAAI 2022technical

In this paper, we propose a novel query design for the transformer-based object detection. In previous transformer-based detectors, the object queries are a set of learned embeddings. However, each learned embedding does not have an explicit physical meaning and we cannot explain where it will focu…

2022

Better Trigger Inversion Optimization in Backdoor Scanning

CVPR 2022oral

Backdoor attacks aim to cause misclassification of a subject model by stamping a trigger to inputs. Backdoors could be injected through malicious training and naturally exist. Deriving backdoor trigger for a subject model is critical to both attack and defense. A popular trigger inversion method is…

Cited by 104PDFScholar
2022

Complex Backdoor Detection by Symmetric Feature Differencing

CVPR 2022poster

Many existing backdoor scanners work by finding a small and fixed trigger. However, advanced attacks have large and pervasive triggers, rendering existing scanners less effective. We develop a new detection method. It first uses a trigger inversion technique to generate triggers, namely, universal i…

Cited by 64PDFcodeScholar
2022

Constrained Optimization with Dynamic Bound-scaling for Effective NLP Backdoor Defense

ICML 2022spotlight

Modern language models are vulnerable to backdoor attacks. An injected malicious token sequence (i.e., a trigger) can cause the compromised model to misbehave, raising security concerns. Trigger inversion is a widely-used technique for scanning backdoors in vision models. It can- not be directly app…

2022

Focal Sparse Convolutional Networks for 3D Object Detection

CVPR 2022oral

Non-uniformed 3D sparse data, e.g., point clouds or voxels in different spatial positions, make contribution to the task of 3D object detection in different ways. Existing basic components in sparse convolutional networks (Sparse CNNs) process all sparse data, regardless of regular or submanifold sp…

Cited by 295PDFcodeScholar
2022

GL-RG: Global-Local Representation Granularity for Video Captioning

IJCAI 2022poster

Video captioning is a challenging task as it needs to accurately transform visual understanding into natural language description. To date, state-of-the-art methods inadequately model global-local representation across video frames for caption generation, leaving plenty of room for improve…

2022

LGD: Label-Guided Self-Distillation for Object Detection

AAAI 2022technical

In this paper, we propose the first self-distillation framework for general object detection, termed LGD (Label-Guided self-Distillation). Previous studies rely on a strong pretrained teacher to provide instructive knowledge that could be unavailable in real-world scenarios. Instead, we generate an…

2022

MOTR: End-to-End Multiple-Object Tracking with TRansformer

ECCV 2022poster

"Temporal modeling of objects is a key challenge in multiple-object tracking (MOT). Existing methods track by associating detections through motion-based and appearance-based similarity heuristics. The post-processing nature of association prevents end-to-end exploitation of temporal variations in v…

2022

PETR: Position Embedding Transformation for Multi-View 3D Object Detection

ECCV 2022poster

"In this paper, we develop position embedding transformation (PETR) for multi-view 3D object detection. PETR encodes the position information of 3D coordinates into image features, producing the 3D position-aware features. Object query can perceive the 3D position-aware features and perform end-to-e…

2022

Physical Attack on Monocular Depth Estimation with Optimal Adversarial Patches

ECCV 2022poster

"Deep learning has substantially boosted the performance of Monocular Depth Estimation (MDE), a critical component in fully vision-based autonomous driving (AD) systems (e.g., Tesla and Toyota). In this work, we develop an attack against learning-based MDE. In particular, we use an optimization-base…

2022

Progressive End-to-End Object Detection in Crowded Scenes

CVPR 2022poster

In this paper, we propose a new query-based detection framework for crowd detection. Previous query-based detectors suffer from two drawbacks: first, multiple predictions will be inferred for a single object, typically in crowded scenes; second, the performance saturates as the depth of the decoding…

Cited by 85PDFcodeScholar
2022

Relieving Long-Tailed Instance Segmentation via Pairwise Class Balance

CVPR 2022poster

Long-tailed instance segmentation is a challenging task due to the extreme imbalance of training samples among classes. It causes severe biases of the head classes (with majority samples) against the tailed ones. This renders "how to appropriately define and alleviate the bias" one of the most impor…

Cited by 27PDFcodeScholar
2022

RepMLPNet: Hierarchical Vision MLP With Re-Parameterized Locality

CVPR 2022poster

Compared to convolutional layers, fully-connected (FC) layers are better at modeling the long-range dependencies but worse at capturing the local patterns, hence usually less favored for image recognition. In this paper, we propose a methodology, Locality Injection, to incorporate local priors into…

Cited by 95PDFcodeScholar
2022

Revisiting the Critical Factors of Augmentation-Invariant Representation Learning

ECCV 2022poster

"We focus on better understanding the critical factors of augmentation-invariant representation learning. We revisit MoCo v2 and BYOL and try to prove the authenticity of the following assumption: different frameworks bring about representations of different characteristics even with the same pretex…

2022

Scaling Up Your Kernels to 31x31: Revisiting Large Kernel Design in CNNs

CVPR 2022poster

We revisit large kernel design in modern convolutional neural networks (CNNs). Inspired by recent advances in vision transformers (ViTs), in this paper, we demonstrate that using a few large convolutional kernels instead of a stack of small kernels could be a more powerful paradigm. We suggested fiv…

Cited by 1302PDFcodeScholar
2022

Self-Supervised Visual Representation Learning with Semantic Grouping

NeurIPS 2022accept

In this paper, we tackle the problem of learning visual representations from unlabeled scene-centric data. Existing works have demonstrated the potential of utilizing the underlying complex structure within scene-centric data; still, they commonly rely on hand-crafted objectness priors or specialize…

2022

Tree Energy Loss: Towards Sparsely Annotated Semantic Segmentation

CVPR 2022poster

Sparsely annotated semantic segmentation (SASS) aims to train a segmentation network with coarse-grained (i.e.,point-, scribble-, and block-wise) supervisions, where only a small proportion of pixels are labeled in each image. In this paper, we propose a novel tree energy loss for SASS by providing…

Cited by 80PDFcodeScholar
2021

Backdoor Scanning for Deep Neural Networks through K-Arm Optimization

ICML 2021spotlight

Back-door attack poses a severe threat to deep learning systems. It injects hidden malicious behaviors to a model such that any input stamped with a special pattern can trigger such behaviors. Detecting back-door is hence of pressing need. Many existing defense techniques use optimization to generat…

2021

Co-mining: Self-Supervised Learning for Sparsely Annotated Object Detection

AAAI 2021technical

Object detectors usually achieve promising results with the supervision of complete instance annotations. However, their performance is far from satisfactory with sparse instance annotations. Most existing methods for sparsely annotated object detection either re-weight the loss of hard negative sam…

2021

Deep Feature Space Trojan Attack of Neural Networks by Controlled Detoxification

AAAI 2021technical

Trojan (backdoor) attack is a form of adversarial attack on deep neural networks where the attacker provides victims with a model trained/retrained on malicious data. The backdoor can be activated when a normal input is stamped with a certain pattern called trigger, causing misclassification. Many e…

2021

Diverse Branch Block: Building a Convolution as an Inception-Like Unit

CVPR 2021poster

We propose a universal building block of Convolutional Neural Network (ConvNet) to improve the performance without any inference-time costs. The block is named Diverse Branch Block (DBB), which enhances the representational capacity of a single convolution by combining diverse branches of different…

Cited by 460PDFcodeScholar
2021

Instance-Conditional Knowledge Distillation for Object Detection

NeurIPS 2021poster

Knowledge distillation has shown great success in classification, however, it is still challenging for detection. In a typical image for detection, representations from different locations may have different contributions to detection targets, making the distillation hard to balance. In this paper,…

2021

Points As Queries: Weakly Semi-Supervised Object Detection by Points

CVPR 2021poster

We propose a novel point annotated setting for the weakly semi-supervised object detection task, in which the dataset comprises small fully annotated images and large weakly annotated images by points. It achieves a balance between tremendous annotation burden and detection performance. Based on thi…

Cited by 110PDFScholar
2021

RepVGG: Making VGG-Style ConvNets Great Again

CVPR 2021poster

We present a simple but powerful architecture of convolutional neural network, which has a VGG-like inference-time body composed of nothing but a stack of 3x3 convolution and ReLU, while the training-time model has a multi-branch topology. Such decoupling of the training-time and inference-time arch…

Cited by 2490PDFcodeScholar
2021

SOLQ: Segmenting Objects by Learning Queries

NeurIPS 2021poster

In this paper, we propose an end-to-end framework for instance segmentation. Based on the recently introduced DETR, our method, termed SOLQ, segments objects by learning unified queries. In SOLQ, each query represents one object and has multiple representations: class, location and mask. The object…

2021

Spherical Motion Dynamics: Learning Dynamics of Normalized Neural Network using SGD and Weight Decay

NeurIPS 2021spotlight

In this paper, we comprehensively reveal the learning dynamics of normalized neural network using Stochastic Gradient Descent (with momentum) and Weight Decay (WD), named as Spherical Motion Dynamics (SMD). Most related works focus on studying behavior of ``effective learning rate" in ``equilibrium"…

Cited by 31SourcePDFScholar
2021

Towards Feature Space Adversarial Attack by Style Perturbation

AAAI 2021technical

We propose a new adversarial attack to Deep Neural Networks for image classification. Different from most existing attacks that directly perturb input pixels, our attack focuses on perturbing abstract features, more specifically, features that denote styles, including interpretable styles such as vi…

2020

Angle-based Search Space Shrinking for Neural Architecture Search

ECCV 2020poster

In this work, we present a simple and general search space shrinking method, called Angle-Based search space Shrinking (ABS), for Neural Architecture Search (NAS). Our approach progressively simplifies the original search space by dropping unpromising candidates, thus can reduce difficulties for exi…

Cited by 83SourcePDFScholar
2020

LabelEnc: A New Intermediate Supervision Method for Object Detection

ECCV 2020poster

In this paper we propose a new intermediate supervision method, named LabelEnc, to boost the training of object detection systems. The key idea is to introduce a novel label encoding function, mapping the ground-truth labels into latent embedding, acting as an auxiliary intermediate supervision to t…

2020

Learning Delicate Local Representations for Multi-Person Pose Estimation

ECCV 2020poster

In this paper, we propose a novel method called Residual Steps Network (RSN). RSN aggregates features with the same spatial size (Intra-level features) efficiently to obtain delicate local representations, which retain rich low-level spatial information and result in precise keypoint localization. A…

2020

Learning Dynamic Routing for Semantic Segmentation

CVPR 2020oral

Recently, numerous handcrafted and searched networks have been applied for semantic segmentation. However, previous works intend to handle inputs with various scales in pre-defined static architectures, such as FCN, U-Net, and DeepLab series. This paper studies a conceptually new method to alleviate…

Cited by 219PDFcodeScholar
2020

Learning Human-Object Interaction Detection Using Interaction Points

CVPR 2020poster

Understanding interactions between humans and objects is one of the fundamental problems in visual classification and an essential step towards detailed scene understanding. Human-object interaction (HOI) detection strives to localize both the human and an object as well as the identification of com…

Cited by 297PDFcodeScholar
2020

Rethinking Learnable Tree Filter for Generic Feature Transform

NeurIPS 2020poster

The Learnable Tree Filter presents a remarkable approach to model structure-preserving relations for semantic segmentation. Nevertheless, the intrinsic geometric constraint forces it to focus on the regions with close spatial distance, hindering the effective long-range interactions. To relax the ge…

2020

Single Path One-Shot Neural Architecture Search with Uniform Sampling

ECCV 2020poster

We revisit the one-shot Neural Architecture Search (NAS) paradigm and analyze its advantages over existing NAS approaches. Existing one-shot method, however, is hard to train and not yet effective on large scale datasets like ImageNet. This work propose a Single Path One-Shot model to address the ch…

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

WeightNet: Revisiting the Design Space of Weight Networks

ECCV 2020poster

We present a conceptually simple, flexible and effective framework for weight generating networks. Our approach is general that unifies two current distinct and extremely effective SENet and CondConv into the same framework on weight space. The method, called WeightNet, generalizes the two methods b…

2019

Bounding Box Regression With Uncertainty for Accurate Object Detection

CVPR 2019poster

Large-scale object detection datasets (e.g., MS-COCO) try to define the ground truth bounding boxes as clear as possible. However, we observe that ambiguities are still introduced when labeling the bounding boxes. In this paper, we propose a novel bounding box regression loss for learning bounding b…

Cited by 674PDFcodeScholar
2019

DetNAS: Backbone Search for Object Detection

NeurIPS 2019poster

Object detectors are usually equipped with backbone networks designed for image classification. It might be sub-optimal because of the gap between the tasks of image classification and object detection. In this work, we present DetNAS to use Neural Architecture Search (NAS) for the design of better…

2019

Meta-SR: A Magnification-Arbitrary Network for Super-Resolution

CVPR 2019poster

Recent research on super-resolution has achieved greatsuccess due to the development of deep convolutional neu-ral networks (DCNNs). However, super-resolution of arbi-trary scale factor has been ignored for a long time. Mostprevious researchers regard super-resolution of differentscale facto…

Cited by 568PDFScholar
2019

MetaPruning: Meta Learning for Automatic Neural Network Channel Pruning

ICCV 2019poster

In this paper, we propose a novel meta learning approach for automatic channel pruning of very deep neural networks. We first train a PruningNet, a kind of meta network, which is able to generate weight parameters for any pruned structure given the target network. We use a simple stochastic structur…

Cited by 555PDFcodeScholar
2019

Objects365: A Large-Scale, High-Quality Dataset for Object Detection

ICCV 2019poster

In this paper, we introduce a new large-scale object detection dataset, Objects365, which has 365 object categories over 600K training images. More than 10 million, high-quality bounding boxes are manually labeled through a three-step, carefully designed annotation pipeline. It is the largest object…

Cited by 910PDFScholar
2018

Attacks Meet Interpretability: Attribute-steered Detection of Adversarial Samples

NeurIPS 2018spotlight

Adversarial sample attacks perturb benign inputs to induce DNN misbehaviors. Recent research has demonstrated the widespread presence and the devastating consequences of such attacks. Existing defense techniques either assume prior knowledge of specific attacks or may not work well on complex models…

2018

Cross-Layer Retrofitting of UAVs Against Cyber-Physical Attacks

ICRA 2018poster

As a rapidly growing cyber-physical platform, unmanned aerial vehicles are facing more security threats as their capabilities and applications continue to expand. Adversaries with detailed knowledge about the vehicle could orchestrate sophisticated attacks that are not easily detected or handled by…

Cited by 70SourceScholar
2018

DetNet: Design Backbone for Object Detection

ECCV 2018poster

Recent CNN based object detectors, either one-stage methods like YOLO, SSD, and RetinaNet, or two-stage detectors like Faster R-CNN, R-FCN and FPN, are usually trying to directly finetune from ImageNet pre-trained models designed for the task of image classification. However, there has been little w…

2018

ExFuse: Enhancing Feature Fusion for Semantic Segmentation

ECCV 2018poster

Modern semantic segmentation frameworks usually combine low-level and high-level features from pre-trained backbone convolutional models to boost performance. In this paper, we first point out that a simple fusion of low-level and high-level features could be less effective because of the gap in sem…

Cited by 665SourcePDFScholar
2018

MegDet: A Large Mini-Batch Object Detector

CVPR 2018poster

The development of object detection in the era of deep learning, from R-CNN [11], Fast/Faster R-CNN [10, 31] to recent Mask R-CNN [14] and RetinaNet [24], mainly come from novel network, new framework, or loss design. How- ever, mini-batch size, a key factor for the training of deep neural networks,…

Cited by 408SourcePDFScholar
2018

MetaAnchor: Learning to Detect Objects with Customized Anchors

NeurIPS 2018poster

We propose a novel and flexible anchor mechanism named MetaAnchor for object detection frameworks. Unlike many previous detectors model anchors via a predefined manner, in MetaAnchor anchor functions could be dynamically generated from the arbitrary customized prior boxes. Taking advantage of weight…

2018

ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Design

ECCV 2018poster

Current network architecture design is mostly guided by the indirect metric of computation complexity, i.e., FLOPs. However, the direct metric, such as speed, also depends on the other factors such as memory access cost and platform characterics. Taking these factors into account, this work proposes…

Cited by 7574SourcePDFScholar
2018

ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices

CVPR 2018poster

We introduce an extremely computation-efficient CNN architecture named ShuffleNet, which is designed specially for mobile devices with very limited computing power (e.g., 10-150 MFLOPs). The new architecture utilizes two new operations, pointwise group convolution and channel shuffle, to greatly red…

2017

Large Kernel Matters -- Improve Semantic Segmentation by Global Convolutional Network

CVPR 2017poster

Convolution Neural Network (CNN) has boosted the per- formanceofalotofcomputervisiontasks, likeimageclassi- fication [31], segmentation [25], and detection [28]. Based on the observations from [31, 32, 14], recent model design- ers prefer to employ stacking of small kernels, like 3 x 3 over large-si…

Cited by 2037PDFScholar
2015

Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification

ICCV 2015poster

Rectified activation units (rectifiers) are essential for state-of-the-art neural networks. In this work, we study rectifier neural networks for image classification from two aspects. First, we propose a Parametric Rectified Linear Unit (PReLU) that generalizes the traditional rectified unit. PReLU…

Cited by 27645PDFScholar
2015

Efficient and Accurate Approximations of Nonlinear Convolutional Networks

CVPR 2015poster

This paper aims to accelerate the test-time computation of deep convolutional neural networks (CNNs). Unlike existing methods that are designed for approximating linear filters or linear responses, our method takes the nonlinear units into account. We minimize the reconstruction error of the nonline…

Cited by 344SourcePDFScholar