← Search

Junzhe Wang

15 accepted papers

2026

Active Contact Engagement for Aerial Navigation in Unknown Environments with Glass

ICRA 2026poster

Autonomous aerial robots are increasingly being deployed in real-world scenarios, where transparent glass obstacles present significant challenges to reliable navigation. Researchers have investigated the use of non-contact sensors and passive contact-resilient aerial vehicle designs to detect glass…

2026

CARE-Bench: A Benchmark of Diverse Client Simulations Guided by Expert Principles for Evaluating LLMs in Psychological Counseling

AAAI 2026technical

The mismatch between the growing demand for psychological counseling and the limited availability of services has motivated research into the application of Large Language Models (LLMs) in this domain. Consequently, there is a need for a robust and unified benchmark to assess the counseling competen

Cited by 0SourcePDFScholar
2025

Active Contact Engagement for Aerial Navigation in Unknown Environments With Glass

RA-L 2025

Autonomous aerial robots are increasingly being deployed in real-world scenarios, where transparent glass obstacles present significant challenges to reliable navigation. Researchers have investigated the use of non-contact sensors and passive contact-resilient aerial vehicle designs to detect glass

Cited by 1SourceScholar
2025

AgentGym: Evaluating and Training Large Language Model-based Agents across Diverse Environments

ACL 2025long

Large language models (LLMs) have emerged as a promising foundation to build generally-capable agents (LLM-based agents) that can handle multi-turn decision-making tasks across various environments. However, the community lacks a unified interactive framework that covers diverse environments for com…

2025

FlowMalTrans: Unsupervised Binary Code Translation for Malware Detection Using Flow-Adapter Architecture

EMNLP 2025

Applying deep learning to malware detection has drawn great attention due to its notable performance. With the increasing prevalence of cyberattacks targeting IoT devices, there is a parallel rise in the development of malware across various Instruction Set Architectures (ISAs). It is thus important

2024

Learning Cross-Architecture Instruction Embeddings for Binary Code Analysis in Low-Resource Architectures

NAACL 2024findings

Binary code analysis is indispensable for a variety of software security tasks. Applying deep learning to binary code analysis has drawn great attention because of its notable performance. Today, source code is frequently compiled for various Instruction Set Architectures (ISAs). It is thus critical…

Cited by 1SourcePDFScholar
2024

Training Large Language Models for Reasoning through Reverse Curriculum Reinforcement Learning

ICML 2024poster

In this paper, we propose **R**$^3$: Learning **R**easoning through **R**everse Curriculum **R**einforcement Learning (RL), a novel method that employs only outcome supervision to achieve the benefits of process supervision for large language models. The core challenge in applying RL to complex reas…

2024

VANP: Learning Where to See for Navigation with Self-Supervised Vision-Action Pre-Training

IROS 2024poster

Humans excel at efficiently navigating through crowds without collision by focusing on specific visual regions relevant to navigation. However, most robotic visual navigation methods rely on deep learning models pre-trained on vision tasks, which prioritize salient objects—not necessarily relevant t…

Cited by 4SourcecodeScholar
2024

VSViG: Real-time Video-based Seizure Detection via Skeleton-based Spatiotemporal ViG

ECCV 2024poster

"An accurate and efficient epileptic seizure onset detection can significantly benefit patients. Traditional diagnostic methods, primarily relying on electroencephalograms (EEGs), often result in cumbersome and non-portable solutions, making continuous patient monitoring challenging. The video-based…

2023

Coarse-to-fine Few-shot Learning for Named Entity Recognition

ACL 2023findings

Recently, Few-shot Named Entity Recognition has received wide attention with the growing need for NER models to learn new classes with minimized annotation costs. However, one common yet understudied situation is to transfer a model trained with coarse-grained classes to recognize fine-grained class…

2023

Farewell to Aimless Large-scale Pretraining: Influential Subset Selection for Language Model

ACL 2023findings

Pretrained language models have achieved remarkable success in various natural language processing tasks. However, pretraining has recently shifted toward larger models and larger data, which has resulted in significant computational and energy costs. In this paper, we propose Influence Subset Selec…

2023

Learning “O” Helps for Learning More: Handling the Unlabeled Entity Problem for Class-incremental NER

ACL 2023long

As the categories of named entities rapidly increase, the deployed NER models are required to keep updating toward recognizing more entity types, creating a demand for class-incremental learning for NER. Considering the privacy concerns and storage constraints, the standard paradigm for class-increm…

2023

RE-Matching: A Fine-Grained Semantic Matching Method for Zero-Shot Relation Extraction

ACL 2023long

Semantic matching is a mainstream paradigm of zero-shot relation extraction, which matches a given input with a corresponding label description. The entities in the input should exactly match their hypernyms in the description, while the irrelevant contexts should be ignored when matching. However,…

2022

ATPFL: Automatic Trajectory Prediction Model Design Under Federated Learning Framework

CVPR 2022poster

Although the Trajectory Prediction (TP) model has achieved great success in computer vision and robotics fields, its architecture and training scheme design rely on heavy manual work and domain knowledge, which is not friendly to common users. Besides, the existing works ignore Federated Learning (F…

Cited by 45PDFScholar
2022

Divide and Conquer: Text Semantic Matching with Disentangled Keywords and Intents

ACL 2022findings

Text semantic matching is a fundamental task that has been widely used in various scenarios, such as community question answering, information retrieval, and recommendation. Most state-of-the-art matching models, e.g., BERT, directly perform text comparison by processing each word uniformly. However…