← Search

Qi Feng

15 accepted papers

2026

GRASP: Hard-Label Black-Box Malware Evasion with Higher Success, Fewer Queries, and Smaller Perturbations

IJCAI 2026

Machine learning (ML)-based malware detectors are widely deployed but remain vulnerable to adversarial attacks. However, under hard-label black-box access, existing adversarial attacks on Windows Portable Executable (PE) malware are often query-inefficient and incur large file-size inflation. A comm

Cited by 0Scholar
2025

LLM-enhanced Score Function Evolution for Causal Structure Learning

IJCAI 2025

Causal structure learning (CSL) plays a pivotal role in causality and is often formulated as an optimization problem within score-and-search methods. Under the assumption of an infinite dataset and a predefined distribution, several well-established and consistent score functions have been shown to

2025

MECoT: Markov Emotional Chain-of-Thought for Personality-Consistent Role-Playing

ACL 2025finding

Large Language Models (LLMs) have shown remarkable capabilities in role-playing dialogues, yet they often struggle to maintain emotionally consistent and psychologically plausible character personalities. We present MECoT (Markov Emotional Chain-of-Thought), a framework that enhances LLMs’ ability t…

Cited by 0SourcePDFScholar
2024

Constrained Exploration via Reflected Replica Exchange Stochastic Gradient Langevin Dynamics

ICML 2024poster

Replica exchange stochastic gradient Langevin dynamics (reSGLD) is an effective sampler for non-convex learning in large-scale datasets. However, the simulation may encounter stagnation issues when the high-temperature chain delves too deeply into the distribution tails. To tackle this issue, we pro…

2024

Reflected Schrödinger Bridge for Constrained Generative Modeling

UAI 2024poster

Diffusion models have become the go-to method for large-scale generative models in real-world applications. These applications often involve data distributions confined within bounded domains, typically requiring ad-hoc thresholding techniques for boundary enforcement. Reflected diffusion models aim…

2023

Non-reversible Parallel Tempering for Deep Posterior Approximation

AAAI 2023technical

Parallel tempering (PT), also known as replica exchange, is the go-to workhorse for simulations of multi-modal distributions. The key to the success of PT is to adopt efficient swap schemes. The popular deterministic even-odd (DEO) scheme exploits the non-reversibility property and has successfully…

Cited by 6SourcePDFScholar
2023

Self-Supervised Character-to-Character Distillation for Text Recognition

ICCV 2023poster

When handling complicated text images (e.g., irregular structures, low resolution, heavy occlusion, and uneven illumination), existing supervised text recognition methods are data-hungry. Although these methods employ large-scale synthetic text images to reduce the dependence on annotated real image…

Cited by 33PDFcodeScholar
2023

Self-Supervised Implicit Glyph Attention for Text Recognition

CVPR 2023poster

The attention mechanism has become the de facto module in scene text recognition (STR) methods, due to its capability of extracting character-level representations. These methods can be summarized into implicit attention based and supervised attention based, depended on how the attention is computed…

2022

Abnormal Occupancy Grid Map Recognition using Attention Network

ICRA 2022poster

The occupancy grid map is a critical component of autonomous positioning and navigation in the mobile robotic system, as many other systems' performance depends heavily on it. To guarantee the quality of the occupancy grid maps, researchers previously had to perform tedious manual recognition for a…

Cited by 4SourcecodeScholar
2022

Dynamic Multi-Scale Loss Balance for Object Detection

ICASSP 2022accepted

It is a common paradigm in object detection frameworks to perform multi-scale detection. However, each scale is treated equally during training. In this paper, we carefully study the objective imbalance of multi-scale detector training. We argue that the loss in each scale is neither equally importa…

Cited by 0SourceScholar
2022

Multi-Scale Reinforcement Learning Strategy for Object Detection

ICASSP 2022accepted

Feature Pyramid Network (FPN) has become a common detection paradigm by improving multi-scale features with strong semantics. However, most FPN-based methods typically treat each feature map equally and sum the loss without distinction, which might lead to suboptimal overall performance. In this pap…

Cited by 0SourceScholar
2021

Accelerating Convergence of Replica Exchange Stochastic Gradient MCMC via Variance Reduction

ICLR 2021poster

Replica exchange stochastic gradient Langevin dynamics (reSGLD) has shown promise in accelerating the convergence in non-convex learning; however, an excessively large correction for avoiding biases from noisy energy estimators has limited the potential of the acceleration. To address this issue, we…

2021

Siamese Natural Language Tracker: Tracking by Natural Language Descriptions With Siamese Trackers

CVPR 2021poster

We propose a novel Siamese Natural Language Tracker (SNLT), which brings the advancements in visual tracking to the tracking by natural language (NL) specification task. The proposed SNLT is applicable to a wide range of Siamese trackers, providing a new class of baselines for the tracking by NL tas…

Cited by 93PDFcodeScholar
2020

Learning to Separate: Detecting Heavily-Occluded Objects in Urban Scenes

ECCV 2020poster

While visual object detection with deep learning has received much attention in the past decade, cases when heavy intra-class occlusions occur have not been studied thoroughly. In this work, we propose a novel Non-Maximum-Suppression (NMS) algorithm that dramatically improves the detection recall wh…

2020

Non-convex Learning via Replica Exchange Stochastic Gradient MCMC

ICML 2020poster

Replica exchange Monte Carlo (reMC), also known as parallel tempering, is an important technique for accelerating the convergence of the conventional Markov Chain Monte Carlo (MCMC) algorithms. However, such a method requires the evaluation of the energy function based on the full dataset and is not…