← Search

Yonghong Tian

104 accepted papers

2026

Bio-Vision-Inspired Spiking Neural Networks for Object Detection with Event Cameras

ICML 2026poster

Retina-like event cameras and brain-inspired Spiking Neural Networks (SNNs) demonstrate exceptional energy efficiency through bio-inspired sensing and computation. While SNNs are naturally well-suited to the asynchronous nature of event data, their practical applications face the following challenge…

Cited by 0SourceScholar
2026

Bridging the Gap in Autonomous Science: The Corpus and Benchmark for Biological Protocol Reasoning

ICML 2026poster

The realization of autonomous scientific experimentation is currently limited by LLMs' struggle to grasp the strict procedural logic and accuracy required by biological protocols. To address this fundamental challenge, we present **BioProBench**, a comprehensive resource for procedural reasoning in …

Cited by 0SourceScholar
2026

Connecting the Dots: Training-Free Visual Grounding via Agentic Reasoning

AAAI 2026technical

Visual grounding, the task of linking textual queries to specific regions within images, plays a pivotal role in vision-language integration. Existing methods typically rely on extensive task-specific annotations and fine-tuning, limiting their ability to generalize effectively to novel or out-of-di

Cited by 0SourcePDFScholar
2026

EA3D: Event-Augmented 3D Diffusion for Generalizable Novel View Synthesis

ICLR 2026poster

We introduce **EA3D**, an Event-Augmented 3D Diffusion framework for generalizable novel view synthesis from event streams and sparse RGB inputs. Existing approaches either rely solely on RGB frames for generalizable synthesis, which limits their robustness under rapid camera motion, or require per…

Cited by 0SourceScholar
2026

Efficiently Training Time-to-First-Spike Spiking Neural Networks from Scratch

ICML 2026spotlight

Spiking Neural Networks (SNNs), with their event-driven and biologically inspired mechanisms, are well-suited for energy-efficient neuromorphic hardware. Neural coding, which is critical to SNNs, determines how information is represented via spikes. While Time-to-First-Spike (TTFS) coding uses a sin…

Cited by 0SourceScholar
2026

Event Structural Valley: A Unified Theoretical and Practical Framework for Event Camera Autofocus

CVPR 2026

Autofocus in dynamic environments remains challenging for conventional frame-based sensors, which often fail under fast motion, low light, or high dynamic range conditions. Event cameras, with microsecond temporal resolution and asynchronous brightness detection, offer a promising alternative. Howev

Cited by 0SourceScholar
2026

MER-Tracker: Towards High-Speed 3D Point Tracking via Multi-View Event-RGB Hybrid Cameras

CVPR 2026

This paper proposes the first task for high-speed 3D point tracking using multi-view Event-RGB hybrid cameras. We design a cuboid observation device comprising 4 RGB cameras (30fps) and 2 Event cameras to synchronously capture high-speed motions, and propose MER-Tracker, a high-frame-rate 3D point-t

Cited by 0SourceScholar
2026

Multi-timescale Reinforcement Learning by Value Reconstruction

ICML 2026poster

Most reinforcement learning (RL) baselines maximize future cumulative rewards with a fixed single discount factor, which limits their performance in complex sequential decision-making tasks due to a failure to balance short-term objectives and long-term planning. To address this issue, this paper fo…

Cited by 0SourceScholar
2026

Parallel Training Time-to-First-Spike Spiking Neural Networks

AAAI 2026technical

Spiking Neural Networks (SNNs) offer a promising energy-efficient computing paradigm owing to their event-driven properties and biologically inspired dynamics. Among various encoding schemes, Time-to-First-Spike (TTFS) is particularly notable for its extreme sparsity, utilizing a single spike per ne

Cited by 0SourcePDFScholar
2026

Perceiving the Knowledge Boundary: Uncertainty-Guided Exploration and Imagination for World Models

AAAI 2026technical

World-model-based reinforcement learning achieves high sample efficiency by learning from imagined rollouts. However, its success critically depends on the accuracy of the learned world model, which is prone to producing unrealistic or hallucinated rollouts when queried beyond its domain of competen

Cited by 0SourcePDFScholar
2026

ProAR: Probabilistic Autoregressive Modeling for Molecular Dynamics

AAAI 2026technical

Understanding the structural dynamics of biomolecules is crucial for uncovering biological functions. As molecular dynamics (MD) simulation data becomes more available, deep generative models have been developed to synthesize realistic MD trajectories. However, existing methods produce fixed-length

Cited by 0SourcePDFScholar
2026

PromptDepth: Efficient and Promptable Geometric 3D Vision Model for Embodied Intelligence

CVPR 2026

Vision models for embodied intelligence require efficient 3D comprehension and interaction with objects within the scene. Existing 3D reconstruction models either overlook instance-level perception or rely on time-consuming offline reasoning, showing a less adaptability in real-time embodied scenari

Cited by 0SourceScholar
2026

Spikingformer: A Key Foundation Model for Spiking Neural Networks

AAAI 2026technical

Spiking neural networks (SNNs) offer a promising energy-efficient alternative to artificial neural networks, due to their event-driven spiking computation. However, some foundation SNN backbones (including Spikformer and SEW ResNet) suffer from non-spike computations (integer-float multiplications)

Cited by 0SourcePDFScholar
2026

Style-GRPO: Semantic-Aware Preference Optimization for Image Style Transfer Guided by Reward Modeling

CVPR 2026

Recent progress in text-to-image generation has greatly advanced visual fidelity and creativity, but it has also imposed higher demands on prompt complexity--particularly in encoding intricate spatial relationships. In such cases, achieving satisfactory results often requires multiple sampling attem

Cited by 0SourceScholar
2026

Towards Lossless Memory-efficient Training of Spiking Neural Networks via Gradient Checkpointing and Spike Compression

ICLR 2026poster

Deep spiking neural networks (SNNs) hold immense promise for low-power event-driven computing, but their direct training via backpropagation through time (BPTT) incurs prohibitive memory cost, which limits their scalability. Existing memory-saving approaches, such as online learning, BPTT-to-BP, and…

Cited by 0SourcecodeScholar
2025

AE-NeRF: Augmenting Event-Based Neural Radiance Fields for Non-ideal Conditions and Larger Scenes

AAAI 2025technical

Compared to frame-based methods, computational neuromorphic imaging using event cameras offers significant advantages, such as minimal motion blur, enhanced temporal resolution, and high dynamic range. The multi-view consistency of Neural Radiance Fields combined with the unique benefits of event ca…

Cited by 4SourcePDFScholar
2025

AllGCD: Leveraging All Unlabeled Data for Generalized Category Discovery

ICCV 2025poster

Generalized Category Discovery (GCD) aims to identify both known and novel categories in unlabeled data by leveraging knowledge from labeled datasets. Current methods employ supervised contrastive learning on labeled data to capture known category structures but neglect unlabeled data, limiting thei…

Cited by 0SourcePDFScholar
2025

Asynchronous Collaborative Graph Representation for Frames and Events

CVPR 2025poster

Integrating frames and events has become a widely accepted solution for various tasks in challenging scenarios. However, most multimodal methods directly convert events into image-like formats synchronized with frames and process each stream through separate two-branch backbones, making it difficult…

2025

Beyond Chemical QA: Evaluating LLM's Chemical Reasoning with Modular Chemical Operations

NeurIPS 2025poster

While large language models (LLMs) with Chain-of-Thought (CoT) reasoning excel in mathematics and coding, their potential for systematic reasoning in chemistry, a domain demanding rigorous structural analysis for real-world tasks like drug design and reaction engineering, remains untapped. Current b…

Cited by 0SourceScholar
2025

Efficient Event Camera Data Pretraining with Adaptive Prompt Fusion

ICCV 2025poster

Applying pretraining-finetuning paradigm to event cameras presents significant challenges due to the scarcity of large-scale event datasets and the inherently sparse nature of event data, which increases the risk of overfitting during extensive pretraining.In this paper, we explore the transfer of p…

2025

EvaGaussians: Event Stream Assisted Gaussian Splatting from Blurry Images

ICCV 2025poster

3D Gaussian Splatting (3D-GS) has demonstrated exceptional capabilities in synthesizing novel views of 3D scenes. However, its training is heavily reliant on high-quality images and precise camera poses. Meeting these criteria can be challenging in non-ideal real-world conditions, where motion-blurr…

Cited by 0SourcePDFScholar
2025

FedCSR: A Federated Framework for Multi-Platform Cross-Domain Sequential Recommendation with Dual Contrastive Learning

COLING 2025main

Cross-domain sequential recommendation (CSR) has garnered significant attention. Current federated frameworks for CSR leverage information across multiple domains but often rely on user alignment, which increases communication costs and privacy risks. In this work, we propose FedCSR, a novel federat…

2025

From Objects to Events: Unlocking Complex Visual Understanding in Object Detectors via LLM-guided Symbolic Reasoning

ICCV 2025poster

Current object detectors excel at entity localization and classification, yet exhibit inherent limitations in event recognition capabilities. This deficiency arises from their architecture's emphasis on discrete object identification rather than modeling the compositional reasoning, inter-object cor…

Cited by 0SourcePDFScholar
2025

GS2E: Gaussian Splatting is an Effective Data Generator for Event Stream Generation

NeurIPS 2025poster

We introduce GS2E (Gaussian Splatting to Event Generation), a large-scale synthetic event dataset designed for high-fidelity event vision tasks, captured from real-world sparse multi-view RGB images. Existing event datasets are often synthesized from dense RGB videos, which typically suffer from lim…

Cited by 0SourceScholar
2025

Is this Generated Person Existed in Real-world? Fine-grained Detecting and Calibrating Abnormal Human-body

CVPR 2025highlight

Recent improvements in visual synthesis have significantly enhanced the depiction of generated human photos, which are pivotal due to their wide applicability and demand. Nonetheless, the existing text-to-image or text-to-video models often generate low-quality human photos that might differ conside…

Cited by 1SourcePDFScholar
2025

Learning Transition Patterns by Large Language Models for Sequential Recommendation

COLING 2025main

Large Language Models (LLMs) have demonstrated powerful performance in sequential recommendation due to their robust language modeling and comprehension capabilities. In such paradigms, the item texts of interaction sequences are formulated as sentences and LLMs are utilized to learn language repres…

Cited by 0SourcePDFScholar
2025

Multimodal Quantitative Language for Generative Recommendation

ICLR 2025poster

Generative recommendation has emerged as a promising paradigm aiming at directly generating the identifiers of the target candidates. Most existing methods attempt to leverage prior knowledge embedded in Pre-trained Language Models (PLMs) to improve the recommendation performance. However, they ofte…

Cited by 0SourcePDFScholar
2025

Multiplication-Free Parallelizable Spiking Neurons with Efficient Spatio-Temporal Dynamics

NeurIPS 2025poster

Spiking Neural Networks (SNNs) are distinguished from Artificial Neural Networks (ANNs) for their complex neuronal dynamics and sparse binary activations (spikes) inspired by the biological neural system. Traditional neuron models use iterative step-by-step dynamics, resulting in serial computation…

Cited by 0SourceScholar
2025

Object Detection using Event Camera: A MoE Heat Conduction based Detector and A New Benchmark Dataset

CVPR 2025poster

Object detection in event streams has emerged as a cutting-edge research area, demonstrating superior performance in low-light conditions, scenarios with motion blur, and rapid movements. Current detectors leverage spiking neural networks, Transformers, or convolutional neural networks as their core…

2025

PiCO: Peer Review in LLMs based on Consistency Optimization

ICLR 2025poster

Existing large language models (LLMs) evaluation methods typically focus on testing the performance on some closed-environment and domain-specific benchmarks with human annotations. In this paper, we explore a novel unsupervised evaluation direction, utilizing peer-review mechanisms to measure LLMs…

Cited by 3SourcePDFScholar
2025

RoomPainter: View-Integrated Diffusion for Consistent Indoor Scene Texturing

CVPR 2025poster

Indoor scene texture synthesis has garnered significant interest due to its important potential applications in virtual reality, digital media and creative arts. Existing diffusion-model-based researches either rely on per-view inpainting techniques, which are plagued by severe cross-view inconsiste…

2025

Self-Supervised Learning for Color Spike Camera Reconstruction

CVPR 2025poster

Spike camera is a kind of neuromorphic camera with ultra-high temporal resolution, which can capture dynamic scenes by continuously firing spike signals. To capture color information, a color filter array (CFA) is employed on the sensor of the spike camera, resulting in Bayer-pattern spike streams.…

2025

Spike4DGS: Towards High-Speed Dynamic Scene Rendering with 4D Gaussian Splatting via a Spike Camera Array

NeurIPS 2025poster

Spike camera with high temporal resolution offers a new perspective on high-speed dynamic scene rendering. Most existing rendering methods rely on Neural Radiance Fields (NeRF) or 3D Gaussian Splatting (3DGS) for static scenes using a monocular spike camera. However, these methods struggle with dyna…

Cited by 0SourcecodeScholar
2025

Time-Evolving Dynamical System for Learning Latent Representations of Mouse Visual Neural Activity

NeurIPS 2025poster

Seeking high-quality representations with latent variable models (LVMs) to reveal the intrinsic correlation between neural activity and behavior or sensory stimuli has attracted much interest. In the study of the biological visual system, naturalistic visual stimuli are inherently high-dimensional a…

Cited by 0SourcecodeScholar
2025

VLMs-Guided Representation Distillation for Efficient Vision-Based Reinforcement Learning

CVPR 2025poster

Vision-based Reinforcement Learning (VRL) attempts to establish associations between visual inputs and optimal actions through interactions with the environment. Given the high-dimensional and complex nature of visual data, it becomes essential to learn policy upon high-quality state representation.…

Cited by 0SourcePDFScholar
2025

When Every Millisecond Counts: Real-Time Anomaly Detection via the Multimodal Asynchronous Hybrid Network

ICML 2025spotlight

Anomaly detection is essential for the safety and reliability of autonomous driving systems. Current methods often focus on detection accuracy but neglect response time, which is critical in time-sensitive driving scenarios. In this paper, we introduce real-time anomaly detection for autonomous driv…

Cited by 0SourcePDFScholar
2024

Adaptive Discovering and Merging for Incremental Novel Class Discovery

AAAI 2024technical

One important desideratum of lifelong learning aims to discover novel classes from unlabelled data in a continuous manner. The central challenge is twofold: discovering and learning novel classes while mitigating the issue of catastrophic forgetting of established knowledge. To this end, we introduc…

Cited by 12SourcePDFScholar
2024

DMR: Decomposed Multi-Modality Representations for Frames and Events Fusion in Visual Reinforcement Learning

CVPR 2024poster

We explore visual reinforcement learning (RL) using two complementary visual modalities: frame-based RGB camera and event-based Dynamic Vision Sensor (DVS). Existing multi-modality visual RL methods often encounter challenges in effectively extracting task-relevant information from multiple modaliti…

2024

Efficient Event Stream Super-Resolution with Recursive Multi-Branch Fusion

IJCAI 2024poster

Current Event Stream Super-Resolution (ESR) methods overlook the redundant and complementary information present in positive and negative events within the event stream, employing a direct mixing approach for super-resolution, which may lead to detail loss and inefficiency. To address these issues,…

2024

Event Stream-based Visual Object Tracking: A High-Resolution Benchmark Dataset and A Novel Baseline

CVPR 2024poster

Tracking with bio-inspired event cameras has garnered increasing interest in recent years. Existing works either utilize aligned RGB and event data for accurate tracking or directly learn an event-based tracker. The former incurs higher inference costs while the latter may be susceptible to the impa…

Cited by 43SourcePDFScholar
2024

HARDVS: Revisiting Human Activity Recognition with Dynamic Vision Sensors

AAAI 2024technical

The main streams of human activity recognition (HAR) algorithms are developed based on RGB cameras which usually suffer from illumination, fast motion, privacy preservation, and large energy consumption. Meanwhile, the biologically inspired event cameras attracted great interest due to their unique…

2024

HiFi-123: Towards High-fidelity One Image to 3D Content Generation

ECCV 2024poster

"Recent advances in diffusion models have enabled 3D generation from a single image. However, current methods often produce suboptimal results for novel views, with blurred textures and deviations from the reference image, limiting their practical applications. In this paper, we introduce HiFi-123,…

Cited by 26SourcePDFScholar
2024

High-Performance Temporal Reversible Spiking Neural Networks with $\mathcal{O}(L)$ Training Memory and $\mathcal{O}(1)$ Inference Cost

ICML 2024spotlight

Multi-timestep simulation of brain-inspired Spiking Neural Networks (SNNs) boost memory requirements during training and increase inference energy cost. Current training methods cannot simultaneously solve both training and inference dilemmas. This work proposes a novel Temporal Reversible architect…

Cited by 0SourcePDFScholar
2024

Long-Range Feedback Spiking Network Captures Dynamic and Static Representations of the Visual Cortex under Movie Stimuli

NeurIPS 2024poster

Deep neural networks (DNNs) are widely used models for investigating biological visual representations. However, existing DNNs are mostly designed to analyze neural responses to static images, relying on feedforward structures and lacking physiological neuronal mechanisms. There is limited insight i…

2024

QKFormer: Hierarchical Spiking Transformer using Q-K Attention

NeurIPS 2024spotlight

Spiking Transformers, which integrate Spiking Neural Networks (SNNs) with Transformer architectures, have attracted significant attention due to their potential for low energy consumption and high performance. However, there remains a substantial gap in performance between SNNs and Artificial Neural…

2024

Seek Commonality but Preserve Differences: Dissected Dynamics Modeling for Multi-modal Visual RL

NeurIPS 2024poster

Accurate environment dynamics modeling is crucial for obtaining effective state representations in visual reinforcement learning (RL) applications. However, when facing multiple input modalities, existing dynamics modeling methods (e.g., DeepMDP) usually stumble in addressing the complex and volatil…

Cited by 0SourcePDFScholar
2024

Solving the Catastrophic Forgetting Problem in Generalized Category Discovery

CVPR 2024poster

Generalized Category Discovery (GCD) aims to identify a mix of known and novel categories within unlabeled data sets providing a more realistic setting for image recognition. Essentially GCD needs to remember existing patterns thoroughly to recognize novel categories. Recent state-of-the-art method…

2024

Spike-driven Transformer V2: Meta Spiking Neural Network Architecture Inspiring the Design of Next-generation Neuromorphic Chips

ICLR 2024poster

Neuromorphic computing, which exploits Spiking Neural Networks (SNNs) on neuromorphic chips, is a promising energy-efficient alternative to traditional AI. CNN-based SNNs are the current mainstream of neuromorphic computing. By contrast, no neuromorphic chips are designed especially for Transformer-…

2023

A Unified Framework for Soft Threshold Pruning

ICLR 2023poster

Soft threshold pruning is among the cutting-edge pruning methods with state-of-the-art performance. However, previous methods either perform aimless searching on the threshold scheduler or simply set the threshold trainable, lacking theoretical explanation from a unified perspective. In this work, w…

2023

Deep Spiking Neural Networks with High Representation Similarity Model Visual Pathways of Macaque and Mouse

AAAI 2023technical

Deep artificial neural networks (ANNs) play a major role in modeling the visual pathways of primate and rodent. However, they highly simplify the computational properties of neurons compared to their biological counterparts. Instead, Spiking Neural Networks (SNNs) are more biologically plausible mod…

2023

Dynamic Belief for Decentralized Multi-Agent Cooperative Learning

IJCAI 2023poster

Decentralized multi-agent cooperative learning is a practical task due to the partially observed setting both in training and execution. Every agent learns to cooperate without access to the observations and policies of others. However, the decentralized training of multi-agent is of great difficult…

Cited by 2SourcePDFScholar
2023

Hierarchical Adaptive Value Estimation for Multi-modal Visual Reinforcement Learning

NeurIPS 2023poster

Integrating RGB frames with alternative modality inputs is gaining increasing traction in many vision-based reinforcement learning (RL) applications. Existing multi-modal vision-based RL methods usually follow a Global Value Estimation (GVE) pipeline, which uses a fused modality feature to obtain a…

2023

Learning With Fantasy: Semantic-Aware Virtual Contrastive Constraint for Few-Shot Class-Incremental Learning

CVPR 2023poster

Few-shot class-incremental learning (FSCIL) aims at learning to classify new classes continually from limited samples without forgetting the old classes. The mainstream framework tackling FSCIL is first to adopt the cross-entropy (CE) loss for training at the base session, then freeze the feature ex…

2023

Meta Architecture for Point Cloud Analysis

CVPR 2023poster

Recent advances in 3D point cloud analysis bring a diverse set of network architectures to the field. However, the lack of a unified framework to interpret those networks makes any systematic comparison, contrast, or analysis challenging, and practically limits healthy development of the field. In t…

2023

Parallel Spiking Neurons with High Efficiency and Ability to Learn Long-term Dependencies

NeurIPS 2023poster

Vanilla spiking neurons in Spiking Neural Networks (SNNs) use charge-fire-reset neuronal dynamics, which can only be simulated serially and can hardly learn long-time dependencies. We find that when removing reset, the neuronal dynamics can be reformulated in a non-iterative form and parallelized. B…

2023

Simoun: Synergizing Interactive Motion-appearance Understanding for Vision-based Reinforcement Learning

ICCV 2023accepted

Efficient motion and appearance modeling are critical for vision-based Reinforcement Learning (RL). However, existing methods struggle to reconcile motion and appearance information within the state representations learned from a single observation encoder. To address the problem, we present Synergi…

Cited by 1SourcePDFScholar
2023

Spikformer: When Spiking Neural Network Meets Transformer

ICLR 2023poster

We consider two biologically plausible structures, the Spiking Neural Network (SNN) and the self-attention mechanism. The former offers an energy-efficient and event-driven paradigm for deep learning, while the latter has the ability to capture feature dependencies, enabling Transformer to achieve g…

2023

Stabilizing Visual Reinforcement Learning via Asymmetric Interactive Cooperation

ICCV 2023poster

Vision-based reinforcement learning (RL) depends on discriminative representation encoders to abstract the observation states. Despite the great success of increasing CNN parameters for many supervised computer vision tasks, reinforcement learning with temporal-difference (TD) losses cannot benefit…

Cited by 4PDFScholar
2022

Event-Based Video Reconstruction via Potential-Assisted Spiking Neural Network

CVPR 2022poster

Neuromorphic vision sensor is a new bio-inspired imaging paradigm that reports asynchronous, continuously per-pixel brightness changes called 'events' with high temporal resolution and high dynamic range. So far, the event-based image reconstruction methods are based on artificial neural networks (A…

Cited by 123PDFScholar
2022

Fine-Grained Object Classification via Self-Supervised Pose Alignment

CVPR 2022poster

Semantic patterns of fine-grained objects are determined by subtle appearance difference of local parts, which thus inspires a number of part-based methods. However, due to uncontrollable object poses in images, distinctive details carried by local regions can be spatially distributed or even self-o…

Cited by 78PDFcodeScholar
2022

IntraQ: Learning Synthetic Images With Intra-Class Heterogeneity for Zero-Shot Network Quantization

CVPR 2022poster

Learning to synthesize data has emerged as a promising direction in zero-shot quantization (ZSQ), which represents neural networks by low-bit integer without accessing any of the real data. In this paper, we observe an interesting phenomenon of intra-class heterogeneity in real data and show that ex…

Cited by 96PDFcodeScholar
2022

Masked Autoencoders for Point Cloud Self-Supervised Learning

ECCV 2022poster

"As a promising scheme of self-supervised learning, masked autoencoding has significantly advanced natural language processing and computer vision. Inspired by this, we propose a neat scheme of masked autoencoders for point cloud self-supervised learning, addressing the challenges posed by point clo…

2022

Modeling The Detection Capability Of High-Speed Spiking Cameras

ICASSP 2022accepted

The novel working principle enables spiking cameras to capture high-speed moving objects. However, the applications of spiking cameras can be affected by many factors, such as brightness intensity, detectable distance, and the maximum speed of moving targets. Improper settings such as weak ambient b…

Cited by 0SourceScholar
2022

Neural Architecture Search With Representation Mutual Information

CVPR 2022poster

Performance evaluation strategy is one of the most important factors that determine the effectiveness and efficiency in Neural Architecture Search (NAS). Existing strategies, such as employing standard training or performance predictor, often suffer from high computational complexity and low general…

Cited by 19PDFScholar
2022

Retinomorphic Object Detection in Asynchronous Visual Streams

AAAI 2022technical

Due to high-speed motion blur and challenging illumination, conventional frame-based cameras have encountered an important challenge in object detection tasks. Neuromorphic cameras that output asynchronous visual streams instead of intensity frames, by taking the advantage of high temporal resolutio…

Cited by 20SourcePDFScholar
2022

Spectrum Random Masking for Generalization in Image-based Reinforcement Learning

NeurIPS 2022accept

Generalization in image-based reinforcement learning (RL) aims to learn a robust policy that could be applied directly on unseen visual environments, which is a challenging task since agents usually tend to overfit to their training environment. To handle this problem, a natural approach is to incre…

Cited by 19SourcePDFScholar
2022

State Transition of Dendritic Spines Improves Learning of Sparse Spiking Neural Networks

ICML 2022spotlight

Spiking Neural Networks (SNNs) are considered a promising alternative to Artificial Neural Networks (ANNs) for their event-driven computing paradigm when deployed on energy-efficient neuromorphic hardware. Recently, deep SNNs have shown breathtaking performance improvement through cutting-edge train…

Cited by 47SourcePDFScholar
2022

Unsupervised Deraining: Where Contrastive Learning Meets Self-Similarity

CVPR 2022poster

Image deraining is a typical low-level image restoration task, which aims at decomposing the rainy image into two distinguishable layers: the clean image layer and the rain layer. Most of the existing learning-based deraining methods are supervisedly trained on synthetic rainy-clean pairs. The domai…

Cited by 80PDFcodeScholar
2021

Allocating DNN Layers Computation Between Front-End Devices and The Cloud Server for Video Big Data Processing

ICASSP 2021accepted

With the development of intelligent hardware, front-end devices can also perform DNN computation. Moreover, the deep neural network can be divided into several layers. In this way, part of the computation of DNN models can be migrated to the front-end devices, which can alleviate the cloud burden an…

Cited by 0SourceScholar
2021

Amplitude-Phase Recombination: Rethinking Robustness of Convolutional Neural Networks in Frequency Domain

ICCV 2021poster

Recently, the generalization behavior of Convolutional Neural Networks (CNN) is gradually transparent through explanation techniques with the frequency components decomposition. However, the importance of the phase spectrum of the image for a robust vision system is still ignored. In this paper, we…

Cited by 127PDFcodeScholar
2021

Deep Residual Learning in Spiking Neural Networks

NeurIPS 2021poster

Deep Spiking Neural Networks (SNNs) present optimization difficulties for gradient-based approaches due to discrete binary activation and complex spatial-temporal dynamics. Considering the huge success of ResNet in deep learning, it would be natural to train deep SNNs with residual learning. Previo…

2021

Heterogeneous Relational Complement for Vehicle Re-Identification

ICCV 2021poster

The crucial problem in vehicle re-identification is to find the same vehicle identity when reviewing this object from cross-view cameras, which sets a higher demand for learning viewpoint-invariant representations. In this paper, we propose to solve this problem from two aspects: constructing robust…

Cited by 69PDFcodeScholar
2021

High-Speed Image Reconstruction Through Short-Term Plasticity for Spiking Cameras

CVPR 2021poster

Fovea, located in the centre of the retina, is specialized for high-acuity vision. Mimicking the sampling mechanism of the fovea, a retina-inspired camera, named spiking camera, is developed to record the external information with a sampling rate of 40,000 Hz, and outputs asynchronous binary spike s…

Cited by 73PDFScholar
2021

Incorporating Learnable Membrane Time Constant To Enhance Learning of Spiking Neural Networks

ICCV 2021poster

Spiking Neural Networks (SNNs) have attracted enormous research interest due to temporal information processing capability, low power consumption, and high biological plausibility. However, the formulation of efficient and high-performance learning algorithms for SNNs is still challenging. Most exis…

Cited by 729PDFcodeScholar
2021

Matching on Sets: Conquer Occluded Person Re-identification Without Alignment

AAAI 2021technical

Occluded person re-identification (re-ID) is a challenging task as different human parts may become invisible in cluttered scenes, making it hard to match person images of different identities. Most existing methods address this challenge by aligning spatial features of body parts according to seman…

Cited by 101SourcePDFScholar
2021

NeuSpike-Net: High Speed Video Reconstruction via Bio-Inspired Neuromorphic Cameras

ICCV 2021poster

Neuromorphic vision sensor is a new bio-inspired imaging paradigm that emerged in recent years, which continuously sensing luminance intensity and firing asynchronous spikes (events) with high temporal resolution. Typically, there are two types of neuromorphic vision sensors, namely dynamic vision s…

Cited by 56PDFScholar
2021

Optimal ANN-SNN Conversion for Fast and Accurate Inference in Deep Spiking Neural Networks

IJCAI 2021poster

Spiking Neural Networks (SNNs), as bio-inspired energy-efficient neural networks, have attracted great attentions from researchers and industry. The most efficient way to train deep SNNs is through ANN-SNN conversion. However, the conversion usually suffers from accuracy loss and long inference time…

2021

Pruning of Deep Spiking Neural Networks through Gradient Rewiring

IJCAI 2021poster

Spiking Neural Networks (SNNs) have been attached great importance due to their biological plausibility and high energy-efficiency on neuromorphic chips. As these chips are usually resource-constrained, the compression of SNNs is thus crucial along the road of practical use of SNNs. Most existing me…

2021

ReCU: Reviving the Dead Weights in Binary Neural Networks

ICCV 2021poster

Binary neural networks (BNNs) have received increasing attention due to their superior reductions of computation and memory. Most existing works focus on either lessening the quantization error by minimizing the gap between the full-precision weights and their binarization or designing a gradient ap…

Cited by 114PDFcodeScholar
2021

Towards More Flexible and Accurate Object Tracking With Natural Language: Algorithms and Benchmark

CVPR 2021poster

Tracking by natural language specification is a new rising research topic that aims at locating the target object in the video sequence based on its language description. Compared with traditional bounding box (BBox) based tracking, this setting guides object tracking with high-level semantic inform…

Cited by 220PDFScholar
2020

AD-Cluster: Augmented Discriminative Clustering for Domain Adaptive Person Re-Identification

CVPR 2020poster

Domain adaptive person re-identification (re-ID) is a challenging task, especially when person identities in target domains are unknown. Existing methods attempt to address this challenge by transferring image styles or aligning feature distributions across domains, whereas the rich unlabeled sample…

Cited by 383PDFScholar
2020

Channel Pruning via Automatic Structure Search

IJCAI 2020poster

Channel pruning is among the predominant approaches to compress deep neural networks. To this end, most existing pruning methods focus on selecting channels (filters) by importance/optimization or regularization based on rule-of-thumb designs, which defects in sub-optimal pruning. In this paper, we…

2020

HRank: Filter Pruning Using High-Rank Feature Map

CVPR 2020oral

Neural network pruning offers a promising prospect to facilitate deploying deep neural networks on resource-limited devices. However, existing methods are still challenged by the training inefficiency and labor cost in pruning designs, due to missing theoretical guidance of non-salient network compo…

Cited by 1040PDFcodeScholar
2020

Learning Open Set Network with Discriminative Reciprocal Points

ECCV 2020poster

Open set recognition is an emerging research area that aims to simultaneously classify samples from predefined classes and identify the rest as 'unknown'. In this process, one of the key challenges is to reduce the risk of generalizing the inherent characteristics of numerous unknown samples learned…

Cited by 266SourcePDFScholar
2020

Multiple Expert Brainstorming for Domain Adaptive Person Re-identification

ECCV 2020poster

Often the best performing deep neural models are ensembles of multiple base-level networks, nevertheless, ensemble learning with respect to domain adaptive person re-ID remains unexplored. In this paper, we propose a multiple expert brainstorming network (MEB-Net) for domain adaptive person re-ID, o…

2020

Rethinking Performance Estimation in Neural Architecture Search

CVPR 2020poster

Neural architecture search (NAS) remains a challenging problem, which is attributed to the indispensable and time-consuming component of performance estimation (PE). In this paper, we provide a novel yet systematic rethinking of PE in a resource constrained regime, termed budgeted PE (BPE), which pr…

Cited by 35PDFcodeScholar
2020

Retina-Like Visual Image Reconstruction via Spiking Neural Model

CVPR 2020oral

The high-sensitivity vision of primates, including humans, is mediated by a small retinal region called the fovea. As a novel bio-inspired vision sensor, spike camera mimics the fovea to record the nature scenes by continuous-time spikes instead of frame-based manner. However, reconstructing visual…

Cited by 101PDFScholar
2019

Learning Local Feature Descriptor with Motion Attribute For Vision-based Localization

IROS 2019poster

In recent years, camera-based localization has been widely used for robotic applications, and most proposed algorithms rely on local features extracted from recorded images. For better performance, the features used for open-loop localization are required to be short-term globally static, and the on…

Cited by 4SourceScholar
2019

Selectivity or Invariance: Boundary-Aware Salient Object Detection

ICCV 2019poster

Typically, a salient object detection (SOD) model faces opposite requirements in processing object interiors and boundaries. The features of interiors should be invariant to strong appearance change so as to pop-out the salient object as a whole, while the features of boundaries should be selective…

Cited by 237PDFScholar
2019

Transductive Episodic-Wise Adaptive Metric for Few-Shot Learning

ICCV 2019poster

Few-shot learning, which aims at extracting new concepts rapidly from extremely few examples of novel classes, has been featured into the meta-learning paradigm recently. Yet, the key challenge of how to learn a generalizable classifier with the capability of adapting to specific tasks with severely…

Cited by 248PDFScholar
2018

Greedy Hash: Towards Fast Optimization for Accurate Hash Coding in CNN

NeurIPS 2018poster

To convert the input into binary code, hashing algorithm has been widely used for approximate nearest neighbor search on large-scale image sets due to its computation and storage efficiency. Deep hashing further improves the retrieval quality by combining the hash coding with deep neural network. Ho…

2017

Exploiting Multi-Grain Ranking Constraints for Precisely Searching Visually-Similar Vehicles

ICCV 2017poster

Precise search of visually-similar vehicles poses a great challenge in computer vision, which needs to find exactly the same vehicle among a massive vehicles with visually similar appearances for a given query image. In this paper, we model the relationship of vehicle images as multiple grains. Foll…

Cited by 130PDFScholar
2017

Learning Long-Term Dependencies for Action Recognition With a Biologically-Inspired Deep Network

ICCV 2017poster

Despite a lot of research efforts devoted in recent years, how to efficiently learn long-term dependencies from sequences still remains a pretty challenging task. As one of the key models for sequence learning, recurrent neural network (RNN) and its variants such as long short term memory (LSTM) and…

Cited by 85PDFcodeScholar
2016

Deep Relative Distance Learning: Tell the Difference Between Similar Vehicles

CVPR 2016poster

The growing explosion in the use of surveillance cameras in public security highlights the importance of vehicle search from a large-scale image or video database. However, compared with person re-identification or face recognition, vehicle search problem has long been neglected by researchers in vi…

Cited by 900PDFScholar
2016

Unsupervised Cross-Dataset Transfer Learning for Person Re-Identification

CVPR 2016poster

Most existing person re-identification (Re-ID) approaches follow a supervised learning framework, in which a large number of labelled matching pairs are required for training. This severely limits their scalability in real-world applications. To overcome this limitation, we develop a novel cross-dat…

Cited by 457PDFScholar