Skip to main content

Showing 1–50 of 115 results for author: Yi, Q

.
  1. arXiv:2507.04952  [pdf, ps, other

    cs.CL cs.SE

    ArtifactsBench: Bridging the Visual-Interactive Gap in LLM Code Generation Evaluation

    Authors: Chenchen Zhang, Yuhang Li, Can Xu, Jiaheng Liu, Ao Liu, Shihui Hu, Dengpeng Wu, Guanhua Huang, Kejiao Li, Qi Yi, Ruibin Xiong, Haotian Zhu, Yuanxing Zhang, Yuhao Jiang, Yue Zhang, Zenan Xu, Bohui Zhai, Guoxiang He, Hebin Li, Jie Zhao, Le Zhang, Lingyun Tan, Pengyu Guo, Xianshu Pang, Yang Ruan , et al. (7 additional authors not shown)

    Abstract: The generative capabilities of Large Language Models (LLMs) are rapidly expanding from static code to dynamic, interactive visual artifacts. This progress is bottlenecked by a critical evaluation gap: established benchmarks focus on algorithmic correctness and are blind to the visual fidelity and interactive integrity that define modern user experiences. To bridge this gap, we introduce ArtifactsB… ▽ More

    Submitted 7 July, 2025; originally announced July 2025.

  2. arXiv:2506.01430  [pdf, ps, other

    cs.CV

    DNAEdit: Direct Noise Alignment for Text-Guided Rectified Flow Editing

    Authors: Chenxi Xie, Minghan Li, Shuai Li, Yuhui Wu, Qiaosi Yi, Lei Zhang

    Abstract: Leveraging the powerful generation capability of large-scale pretrained text-to-image models, training-free methods have demonstrated impressive image editing results. Conventional diffusion-based methods, as well as recent rectified flow (RF)-based methods, typically reverse synthesis trajectories by gradually adding noise to clean images, during which the noisy latent at the current timestep is… ▽ More

    Submitted 2 June, 2025; originally announced June 2025.

    Comments: Project URL: https://xiechenxi99.github.io/DNAEdit

  3. arXiv:2506.01394  [pdf, ps, other

    eess.IV cs.CV

    NTIRE 2025 the 2nd Restore Any Image Model (RAIM) in the Wild Challenge

    Authors: Jie Liang, Radu Timofte, Qiaosi Yi, Zhengqiang Zhang, Shuaizheng Liu, Lingchen Sun, Rongyuan Wu, Xindong Zhang, Hui Zeng, Lei Zhang

    Abstract: In this paper, we present a comprehensive overview of the NTIRE 2025 challenge on the 2nd Restore Any Image Model (RAIM) in the Wild. This challenge established a new benchmark for real-world image restoration, featuring diverse scenarios with and without reference ground truth. Participants were tasked with restoring real-captured images suffering from complex and unknown degradations, where both… ▽ More

    Submitted 2 June, 2025; originally announced June 2025.

  4. arXiv:2506.01277  [pdf, ps, other

    cs.AI

    GeoLocSFT: Efficient Visual Geolocation via Supervised Fine-Tuning of Multimodal Foundation Models

    Authors: Qiang Yi, Lianlei Shan

    Abstract: Accurately determining the geographic location where a single image was taken, visual geolocation, remains a formidable challenge due to the planet's vastness and the deceptive similarity among distant locations. We introduce GeoLocSFT, a framework that demonstrates how targeted supervised fine-tuning (SFT) of a large multimodal foundation model (Gemma 3) using a small, high-quality dataset can yi… ▽ More

    Submitted 1 June, 2025; originally announced June 2025.

    Comments: 29 pages, 14 figures

  5. arXiv:2505.18197  [pdf, ps, other

    cs.GR

    A Novel Benchmark and Dataset for Efficient 3D Gaussian Splatting with Gaussian Point Cloud Compression

    Authors: Kangli Wang, Shihao Li, Qianxi Yi, Wei Gao

    Abstract: Recently, immersive media and autonomous driving applications have significantly advanced through 3D Gaussian Splatting (3DGS), which offers high-fidelity rendering and computational efficiency. Despite these advantages, 3DGS as a display-oriented representation requires substantial storage due to its numerous Gaussian attributes. Current compression methods have shown promising results but typica… ▽ More

    Submitted 21 May, 2025; originally announced May 2025.

    Comments: 22 pages, 13 figures

  6. arXiv:2505.15431  [pdf, ps, other

    cs.CL

    Hunyuan-TurboS: Advancing Large Language Models through Mamba-Transformer Synergy and Adaptive Chain-of-Thought

    Authors: Tencent Hunyuan Team, Ao Liu, Botong Zhou, Can Xu, Chayse Zhou, ChenChen Zhang, Chengcheng Xu, Chenhao Wang, Decheng Wu, Dengpeng Wu, Dian Jiao, Dong Du, Dong Wang, Feng Zhang, Fengzong Lian, Guanghui Xu, Guanwei Zhang, Hai Wang, Haipeng Luo, Han Hu, Huilin Xu, Jiajia Wu, Jianchen Zhu, Jianfeng Yan, Jiaqi Zhu , et al. (230 additional authors not shown)

    Abstract: As Large Language Models (LLMs) rapidly advance, we introduce Hunyuan-TurboS, a novel large hybrid Transformer-Mamba Mixture of Experts (MoE) model. It synergistically combines Mamba's long-sequence processing efficiency with Transformer's superior contextual understanding. Hunyuan-TurboS features an adaptive long-short chain-of-thought (CoT) mechanism, dynamically switching between rapid response… ▽ More

    Submitted 4 July, 2025; v1 submitted 21 May, 2025; originally announced May 2025.

  7. arXiv:2505.06192  [pdf, other

    astro-ph.HE astro-ph.EP physics.ao-ph physics.space-ph

    GECAM Discovery of Peculiar Oscillating Particle Precipitation Events

    Authors: Chenwei Wang, Shaolin Xiong, Yi Zhao, Wei Xu, Gaopeng Lu, Xuzhi Zhou, Xiaocheng Guo, Wenya Li, Xiaochao Yang, Qinghe Zhang, Xinqiao Li, Zhenxia Zhang, Zhenghua An, Ce Cai, Peiyi Feng, Yue Huang, Min Gao, Ke Gong, Dongya Guo, Haoxuan Guo, Bing Li, Xiaobo Li, Yaqing Liu, Jiacong Liu, Xiaojing Liu , et al. (30 additional authors not shown)

    Abstract: Charged particle precipitation typically manifests as a gradual increase and decrease of flux observed by space detectors. Cases with rapidly flux variation are very rare. Periodic events are even more extraordinary. These oscillating particle precipitation (OPP) events are usually attributed to the bounce motion of electrons, which are induced by lightning. Owing to the observation limitations, t… ▽ More

    Submitted 9 May, 2025; originally announced May 2025.

  8. arXiv:2504.16354  [pdf, other

    cs.SE

    VeriFix: Verifying Your Fix Towards An Atomicity Violation

    Authors: Zhuang Li, Qiuping Yi, Jeff Huang

    Abstract: Atomicity violation is one of the most serious types of bugs in concurrent programs. Synchronizations are commonly used to enforce atomicity. However, it is very challenging to place synchronizations correctly and sufficiently due to complex thread interactions and large input space. This paper presents \textsf{VeriFix}, a new approach for verifying atomicity violation fixes. Given a buggy trace… ▽ More

    Submitted 22 April, 2025; originally announced April 2025.

  9. arXiv:2504.12711  [pdf, other

    cs.CV cs.AI eess.IV

    NTIRE 2025 Challenge on Day and Night Raindrop Removal for Dual-Focused Images: Methods and Results

    Authors: Xin Li, Yeying Jin, Xin Jin, Zongwei Wu, Bingchen Li, Yufei Wang, Wenhan Yang, Yu Li, Zhibo Chen, Bihan Wen, Robby T. Tan, Radu Timofte, Qiyu Rong, Hongyuan Jing, Mengmeng Zhang, Jinglong Li, Xiangyu Lu, Yi Ren, Yuting Liu, Meng Zhang, Xiang Chen, Qiyuan Guan, Jiangxin Dong, Jinshan Pan, Conglin Gou , et al. (112 additional authors not shown)

    Abstract: This paper reviews the NTIRE 2025 Challenge on Day and Night Raindrop Removal for Dual-Focused Images. This challenge received a wide range of impressive solutions, which are developed and evaluated using our collected real-world Raindrop Clarity dataset. Unlike existing deraining datasets, our Raindrop Clarity dataset is more diverse and challenging in degradation types and contents, which includ… ▽ More

    Submitted 19 April, 2025; v1 submitted 17 April, 2025; originally announced April 2025.

    Comments: Challenge Report of CVPR NTIRE 2025; 26 pages; Methods from 32 teams

  10. arXiv:2504.04422  [pdf, other

    cs.CR cs.SE

    LeakGuard: Detecting Memory Leaks Accurately and Scalably

    Authors: Hongliang Liang, Luming Yin, Guohao Wu, Yuxiang Li, Qiuping Yi, Lei Wang

    Abstract: Memory leaks are prevalent in various real-world software projects, thereby leading to serious attacks like denial-of-service. Though prior methods for detecting memory leaks made significant advance, they often suffer from low accuracy and weak scalability for testing large and complex programs. In this paper we present LeakGuard, a memory leak detection tool which provides satisfactory balance o… ▽ More

    Submitted 6 April, 2025; originally announced April 2025.

    Comments: 21 pages, 5 figures, conference paper on memory leak detection

  11. arXiv:2503.23512  [pdf, ps, other

    cs.CL

    SCORE: Story Coherence and Retrieval Enhancement for AI Narratives

    Authors: Qiang Yi, Yangfan He, Jianhui Wang, Xinyuan Song, Shiyao Qian, Xinhang Yuan, Li Sun, Yi Xin, Jingqun Tang, Keqin Li, Kuan Lu, Menghao Huo, Jiaqi Chen, Tianyu Shi

    Abstract: Large Language Models (LLMs) can generate creative and engaging narratives from user-specified input, but maintaining coherence and emotional depth throughout these AI-generated stories remains a challenge. In this work, we propose SCORE, a framework for Story Coherence and Retrieval Enhancement, designed to detect and resolve narrative inconsistencies. By tracking key item statuses and generating… ▽ More

    Submitted 12 June, 2025; v1 submitted 30 March, 2025; originally announced March 2025.

  12. arXiv:2503.03161  [pdf, other

    astro-ph.HE astro-ph.IM

    The GECAM Ground Search System for Gamma-ray Transients

    Authors: Ce Cai, Yan-Qiu Zhang, Shao-Lin Xiong, Ping Wang, Jian-Hui Li, Xiao-Bo Li, Cheng-Kui Li, Yue Huang, Shi-Jie Zheng, Li-Ming Song, Shuo Xiao, Qi-Bin Yi, Yi Zhao, Sheng-Lun Xie, Rui Qiao, Yan-Qi Du, Zhi-Wei Guo, Wang-Chen Xue, Chao Zheng, Jia-Cong Liu, Chen-Wei Wang, Wen-Jun Tan, Yue Wang, Jin-Peng Zhang, Chao-Yang Li , et al. (13 additional authors not shown)

    Abstract: In the era of time-domain, multi-messenger astronomy, the detection of transient events on the high-energy electromagnetic sky has become more important than ever. The Gravitational wave high-energy Electromagnetic Counterpart All-sky Monitor (GECAM) is a dedicated mission to monitor gamma-ray transients, launched in December, 2020. A real-time on-board trigger and location software, using the tra… ▽ More

    Submitted 4 March, 2025; originally announced March 2025.

    Comments: Accepted by SCIENCE CHINA Physics, Mechanics & Astronomy (SCPMA)

    Journal ref: The GECAM ground search system for gamma-ray transients. Sci. China-Phys. Mech. Astron. Volume 68, article number 239511, (2025)

  13. New insight into the Rapid Burster by Insight-HXMT

    Authors: Y. P. Chen, S. Zhang, S. N. Zhang, L. Ji, L. D. Kong, P. J. Wang, L. Tao, M. Y. Ge, C. Z. Liu, F. J. Lu, J. L. Qu, T. P. Li, Y. P. Xu, X. L. Cao, Y. Chen, Q. C. Bu, C. Cai, Z. Chang, G. Chen, L. Chen, T. X. Chen, W. W. Cui, Y. Y. Du, G. H. Gao, H. Gao , et al. (70 additional authors not shown)

    Abstract: We report the timing and spectral analyses upon of the type II X-ray bursts from the Rapid Burster (MXB 1730--335) observed by Insight-HXMT and Swift/XRT. By stacking the long-duration bursts, we find for the first time that the hard X-rays are lagging than the soft X-rays by 3 seconds. However, such a lag is not visible for the short-duration bursts, probably because of the poor statistics. For a… ▽ More

    Submitted 21 February, 2025; originally announced February 2025.

    Journal ref: 2021,ApJ,913,150

  14. arXiv:2502.15217  [pdf, other

    cs.SE cs.AI cs.LG cs.PL

    FormalSpecCpp: A Dataset of C++ Formal Specifications created using LLMs

    Authors: Madhurima Chakraborty, Peter Pirkelbauer, Qing Yi

    Abstract: FormalSpecCpp is a dataset designed to fill the gap in standardized benchmarks for verifying formal specifications in C++ programs. To the best of our knowledge, this is the first comprehensive collection of C++ programs with well-defined preconditions and postconditions. It provides a structured benchmark for evaluating specification inference tools and testing theaccuracy of generated specificat… ▽ More

    Submitted 21 February, 2025; originally announced February 2025.

    Comments: Accepted at the 2025 IEEE/ACM 22nd International Conference on Mining Software Repositories (MSR)

  15. arXiv:2502.02113  [pdf, ps, other

    math.NA

    Mathematical analysis and numerical simulation of coupled nonlinear space-fractional Ginzburg-Landau equations

    Authors: Hengfei Ding, Yuxin Zhang, Qian Yi

    Abstract: The coupled nonlinear space fractional Ginzburg-Landau (CNLSFGL) equations with the fractional Laplacian have been widely used to model the dynamical processes in a fractal media with fractional dispersion. Due to the existence of fractional power derivatives and strong nonlinearity, it is extremely difficult to mathematically analyze the CNLSFGL equations and construct efficient numerical algor… ▽ More

    Submitted 4 February, 2025; originally announced February 2025.

    Comments: 42 pages

  16. arXiv:2501.12174  [pdf, other

    cs.LG

    BiMarker: Enhancing Text Watermark Detection for Large Language Models with Bipolar Watermarks

    Authors: Zhuang Li, Qiuping Yi, Zongcheng Ji, Yijian Lu, Yanqi Li, Keyang Xiao, Hongliang Liang

    Abstract: The rapid growth of Large Language Models (LLMs) raises concerns about distinguishing AI-generated text from human content. Existing watermarking techniques, like \kgw, struggle with low watermark strength and stringent false-positive requirements. Our analysis reveals that current methods rely on coarse estimates of non-watermarked text, limiting watermark detectability. To address this, we propo… ▽ More

    Submitted 21 May, 2025; v1 submitted 21 January, 2025; originally announced January 2025.

  17. arXiv:2412.12547  [pdf, other

    eess.SY eess.SP

    A MARL Based Multi-Target Tracking Algorithm Under Jamming Against Radar

    Authors: Ziang Wang, Lei Wang, Qi Yi, Yimin Liu

    Abstract: Unmanned aerial vehicles (UAVs) have played an increasingly important role in military operations and social life. Among all application scenarios, multi-target tracking tasks accomplished by UAV swarms have received extensive attention. However, when UAVs use radar to track targets, the tracking performance can be severely compromised by jammers. To track targets in the presence of jammers, UAVs… ▽ More

    Submitted 17 December, 2024; originally announced December 2024.

  18. arXiv:2412.03017  [pdf, other

    cs.CV

    Pixel-level and Semantic-level Adjustable Super-resolution: A Dual-LoRA Approach

    Authors: Lingchen Sun, Rongyuan Wu, Zhiyuan Ma, Shuaizheng Liu, Qiaosi Yi, Lei Zhang

    Abstract: Diffusion prior-based methods have shown impressive results in real-world image super-resolution (SR). However, most existing methods entangle pixel-level and semantic-level SR objectives in the training process, struggling to balance pixel-wise fidelity and perceptual quality. Meanwhile, users have varying preferences on SR results, thus it is demanded to develop an adjustable SR model that can b… ▽ More

    Submitted 3 April, 2025; v1 submitted 3 December, 2024; originally announced December 2024.

  19. arXiv:2409.05313  [pdf, other

    hep-ph

    Influences of non-standard interactions on PeV neutrino events with and without a $L_α-L_β$ symmetry

    Authors: Qiu-Xia Yi, Ya-Ru Wang, Shu-Jun Rong

    Abstract: The recently reported astrophysical neutrinos events in the TeV-PeV energy range open a winder to explore new physics at energy frontiers. In this paper, we examine effects of non-standard interactions (NSIs) on the PeV neutrinos events. We consider NSIs with and without a gauge symmetry $L_α$ - $L_β$. We find that, for typical $μ^{\pm}$ damping and $π^{\pm}$ decay sources, the NSI with an extra g… ▽ More

    Submitted 14 January, 2025; v1 submitted 8 September, 2024; originally announced September 2024.

    Comments: 18 pages, 9 figures

  20. arXiv:2408.10145  [pdf, other

    cs.CV

    Multi-Scale Representation Learning for Image Restoration with State-Space Model

    Authors: Yuhong He, Long Peng, Qiaosi Yi, Chen Wu, Lu Wang

    Abstract: Image restoration endeavors to reconstruct a high-quality, detail-rich image from a degraded counterpart, which is a pivotal process in photography and various computer vision systems. In real-world scenarios, different types of degradation can cause the loss of image details at various scales and degrade image contrast. Existing methods predominantly rely on CNN and Transformer to capture multi-s… ▽ More

    Submitted 19 August, 2024; originally announced August 2024.

  21. arXiv:2407.05245  [pdf, ps, other

    cond-mat.mes-hall cond-mat.mtrl-sci

    Electrical magnetochiral anisotropy and quantum metric in chiral conductors

    Authors: Yiyang Jiang, Qinyan Yi, Binghai Yan

    Abstract: Electrical magnetochiral anisotropy (EMCA) refers to the chirality- and current-dependent nonlinear magnetoresistance in chiral conductors and is commonly interpreted in a semiclassical picture. In this work, we reveal a quantum geometry origin of EMCA using a chiral rectangular lattice model that resembles a chiral organic conductor (DM-EDT-TTF)${}_2$ClO${}_4$ studied for EMCA recently and exhibi… ▽ More

    Submitted 6 June, 2025; v1 submitted 6 July, 2024; originally announced July 2024.

    Comments: 14 pages, 4 figures

    Journal ref: 2D Mater. 12 015020 (2025)

  22. arXiv:2406.03250  [pdf, other

    cs.CV cs.AI

    Prompt-based Visual Alignment for Zero-shot Policy Transfer

    Authors: Haihan Gao, Rui Zhang, Qi Yi, Hantao Yao, Haochen Li, Jiaming Guo, Shaohui Peng, Yunkai Gao, QiCheng Wang, Xing Hu, Yuanbo Wen, Zihao Zhang, Zidong Du, Ling Li, Qi Guo, Yunji Chen

    Abstract: Overfitting in RL has become one of the main obstacles to applications in reinforcement learning(RL). Existing methods do not provide explicit semantic constrain for the feature extractor, hindering the agent from learning a unified cross-domain representation and resulting in performance degradation on unseen domains. Besides, abundant data from multiple domains are needed. To address these issue… ▽ More

    Submitted 5 June, 2024; originally announced June 2024.

    Comments: This paper has been accepted by ICML2024

  23. arXiv:2405.09923  [pdf, other

    cs.CV eess.IV

    NTIRE 2024 Restore Any Image Model (RAIM) in the Wild Challenge

    Authors: Jie Liang, Radu Timofte, Qiaosi Yi, Shuaizheng Liu, Lingchen Sun, Rongyuan Wu, Xindong Zhang, Hui Zeng, Lei Zhang

    Abstract: In this paper, we review the NTIRE 2024 challenge on Restore Any Image Model (RAIM) in the Wild. The RAIM challenge constructed a benchmark for image restoration in the wild, including real-world images with/without reference ground truth in various scenarios from real applications. The participants were required to restore the real-captured images from complex and unknown degradation, where gener… ▽ More

    Submitted 16 May, 2024; originally announced May 2024.

  24. arXiv:2402.06865  [pdf

    cond-mat.mes-hall physics.app-ph

    A spin-torque nano-oscillator based on interlayer-coupled meron-skyrmion pairs with a fixed orbit

    Authors: Qiyun Yi, Ting Han, Jinyi Jiang, Xiangjun Xing

    Abstract: In recent years, magnetic skyrmion-based spin-torque nano-oscillators (STNOs) attract considerable interest for their prospect in future-generation communication and spintronic technologies. However, some critical issues, which hamper their practical applications, e.g., the long start-up time and variable skyrmion gyration orbit, remain to be resolved. Here, we numerically demonstrate a realizatio… ▽ More

    Submitted 9 February, 2024; originally announced February 2024.

    Comments: 24 pages, 7 figures

  25. arXiv:2402.06306  [pdf, other

    cs.IT eess.SP

    Multi-Modal Concurrent Transmission

    Authors: Majid Nasiri Khormuji, Alberto Giuseppe Perotti, Qin Yi, Branislav Popovic

    Abstract: This paper introduces a novel physical-layer method labelled as Multi-Modal Concurrent Transmission (MMCT) for efficient transmission of multiple data streams with different reliability-latency performance requirements. The MMCT arranges data from multiple streams within a same physical-layer transport block wherein stream-specific modulation and coding scheme (MCS) selection is combined with join… ▽ More

    Submitted 9 February, 2024; originally announced February 2024.

    Comments: 6 pages, 4 figures, 1 table

    Journal ref: 2024 IEEE Wireless Communications and Networking Conference

  26. arXiv:2312.06162  [pdf, other

    cs.CV

    Textual Prompt Guided Image Restoration

    Authors: Qiuhai Yan, Aiwen Jiang, Kang Chen, Long Peng, Qiaosi Yi, Chunjie Zhang

    Abstract: Image restoration has always been a cutting-edge topic in the academic and industrial fields of computer vision. Since degradation signals are often random and diverse, "all-in-one" models that can do blind image restoration have been concerned in recent years. Early works require training specialized headers and tails to handle each degradation of concern, which are manually cumbersome. Recent wo… ▽ More

    Submitted 11 December, 2023; originally announced December 2023.

    Comments: 12 pages, 10figures

  27. arXiv:2311.04474  [pdf, other

    cs.AI

    Emergent Communication for Rules Reasoning

    Authors: Yuxuan Guo, Yifan Hao, Rui Zhang, Enshuai Zhou, Zidong Du, Xishan Zhang, Xinkai Song, Yuanbo Wen, Yongwei Zhao, Xuehai Zhou, Jiaming Guo, Qi Yi, Shaohui Peng, Di Huang, Ruizhi Chen, Qi Guo, Yunji Chen

    Abstract: Research on emergent communication between deep-learning-based agents has received extensive attention due to its inspiration for linguistics and artificial intelligence. However, previous attempts have hovered around emerging communication under perception-oriented environmental settings, that forces agents to describe low-level perceptual features intra image or symbol contexts. In this work, in… ▽ More

    Submitted 8 November, 2023; originally announced November 2023.

  28. arXiv:2311.03695  [pdf, other

    cs.LG cs.AI

    Context Shift Reduction for Offline Meta-Reinforcement Learning

    Authors: Yunkai Gao, Rui Zhang, Jiaming Guo, Fan Wu, Qi Yi, Shaohui Peng, Siming Lan, Ruizhi Chen, Zidong Du, Xing Hu, Qi Guo, Ling Li, Yunji Chen

    Abstract: Offline meta-reinforcement learning (OMRL) utilizes pre-collected offline datasets to enhance the agent's generalization ability on unseen tasks. However, the context shift problem arises due to the distribution discrepancy between the contexts used for training (from the behavior policy) and testing (from the exploration policy). The context shift problem leads to incorrect task inference and fur… ▽ More

    Submitted 6 November, 2023; originally announced November 2023.

  29. arXiv:2311.02104  [pdf, other

    cs.LG cs.AI

    Efficient Symbolic Policy Learning with Differentiable Symbolic Expression

    Authors: Jiaming Guo, Rui Zhang, Shaohui Peng, Qi Yi, Xing Hu, Ruizhi Chen, Zidong Du, Xishan Zhang, Ling Li, Qi Guo, Yunji Chen

    Abstract: Deep reinforcement learning (DRL) has led to a wide range of advances in sequential decision-making tasks. However, the complexity of neural network policies makes it difficult to understand and deploy with limited computational resources. Currently, employing compact symbolic expressions as symbolic policies is a promising strategy to obtain simple and interpretable policies. Previous symbolic po… ▽ More

    Submitted 1 November, 2023; originally announced November 2023.

    Comments: Accepted by NeurIPS2023

  30. arXiv:2311.01771  [pdf, other

    cs.LG stat.ML

    Efficient Generalized Low-Rank Tensor Contextual Bandits

    Authors: Qianxin Yi, Yiyang Yang, Shaojie Tang, Jiapeng Liu, Yao Wang

    Abstract: In this paper, we aim to build a novel bandits algorithm that is capable of fully harnessing the power of multi-dimensional data and the inherent non-linearity of reward functions to provide high-usable and accountable decision-making services. To this end, we introduce a generalized low-rank tensor contextual bandits model in which an action is formed from three feature vectors, and thus can be r… ▽ More

    Submitted 17 January, 2024; v1 submitted 3 November, 2023; originally announced November 2023.

  31. arXiv:2311.01075  [pdf, other

    cs.LG

    Contrastive Modules with Temporal Attention for Multi-Task Reinforcement Learning

    Authors: Siming Lan, Rui Zhang, Qi Yi, Jiaming Guo, Shaohui Peng, Yunkai Gao, Fan Wu, Ruizhi Chen, Zidong Du, Xing Hu, Xishan Zhang, Ling Li, Yunji Chen

    Abstract: In the field of multi-task reinforcement learning, the modular principle, which involves specializing functionalities into different modules and combining them appropriately, has been widely adopted as a promising approach to prevent the negative transfer problem that performance degradation due to conflicts between tasks. However, most of the existing multi-task RL methods only combine shared mod… ▽ More

    Submitted 2 November, 2023; originally announced November 2023.

    Comments: This paper has been accepted at NeurIPS 2023 as a poster

  32. arXiv:2310.10522  [pdf, other

    astro-ph.HE

    Observation of GRB 221009A early afterglow in X/$γ$-ray energy band

    Authors: Chao Zheng, Yan-Qiu Zhang, Shao-Lin Xiong, Cheng-Kui Li, He Gao, Wang-Chen Xue, Jia-Cong Liu, Chen-Wei Wang, Wen-Jun Tan, Wen-Xi Peng, Zheng-Hua An, Ce Cai, Ming-Yu Ge, Dong-Ya Guo, Yue Huang, Bing Li, Ti-Pei Li, Xiao-Bo Li, Xin-Qiao Li, Xu-Fang Li, Jin-Yuan Liao, Cong-Zhan Liu, Fang-Jun Lu, Xiang Ma, Rui Qiao , et al. (23 additional authors not shown)

    Abstract: The early afterglow of a Gamma-ray burst (GRB) can provide critical information on the jet and progenitor of the GRB. The extreme brightness of GRB 221009A allows us to probe its early afterglow in unprecedented detail. In this letter, we report comprehensive observation results of the early afterglow of GRB 221009A (from $T_0$+660 s to $T_0$+1860 s, where $T_0$ is the \textit{Insight}-HXMT/HE tri… ▽ More

    Submitted 19 January, 2024; v1 submitted 16 October, 2023; originally announced October 2023.

    Comments: Accepted for publication in ApJ Letters on 19-Jan-2024, 11 pages, 7 figures and 2 tables

  33. arXiv:2310.07205  [pdf, other

    astro-ph.HE

    Evidence of mini-jet emission in a large emission zone from a magnetically-dominated gamma-ray burst jet

    Authors: S. -X. Yi, C. -W. Wang, X. -Y. Shao, R. Moradi, H. Gao, B. Zhang, S. -L. Xiong, S. -N. Zhang, W. -J. Tan, J. -C. Liu, W. -C. Xue, Y. -Q. Zhang, C. Zheng, Y. Wang, P. Zhang, Z. -H. An, C. Cai, P. -Y. Feng, K. Gong, D. -Y. Guo, Y. Huang, B. Li, X. -B. Li, X. -Q. Li, X. -J. Liu , et al. (21 additional authors not shown)

    Abstract: The second brightest GRB in history, GRB230307A, provides an ideal laboratory to study the mechanism of GRB prompt emission thanks to its extraordinarily high photon statistics and its single episode activity. Here we demonstrate that the rapidly variable components of its prompt emission compose an overall broad single pulse-like profile. Although these individual rapid components are aligned in… ▽ More

    Submitted 21 April, 2025; v1 submitted 11 October, 2023; originally announced October 2023.

    Comments: 16 pages, 19 figures, 4 tables. Accepted for publication in ApJ. :)

  34. arXiv:2309.01352  [pdf, other

    cs.CL cs.AI

    Self-driven Grounding: Large Language Model Agents with Automatical Language-aligned Skill Learning

    Authors: Shaohui Peng, Xing Hu, Qi Yi, Rui Zhang, Jiaming Guo, Di Huang, Zikang Tian, Ruizhi Chen, Zidong Du, Qi Guo, Yunji Chen, Ling Li

    Abstract: Large language models (LLMs) show their powerful automatic reasoning and planning capability with a wealth of semantic knowledge about the human world. However, the grounding problem still hinders the applications of LLMs in the real-world environment. Existing studies try to fine-tune the LLM or utilize pre-defined behavior APIs to bridge the LLMs and the environment, which not only costs huge hu… ▽ More

    Submitted 4 September, 2023; originally announced September 2023.

  35. arXiv:2308.11362  [pdf, other

    astro-ph.IM astro-ph.HE

    Calibration of the Timing Performance of GECAM-C

    Authors: Shuo Xiao, Ya-Qing Liu, Ke Gong, Zheng-Hua An, Shao-Lin Xiong, Xin-Qiao Li, Xiang-Yang Wen, Wen-Xi Peng, Da-Li Zhang, You-Li Tuo, Shi-Jie Zheng, Li-Ming Song, Ping Wang, Xiao-Yun Zhao, Yue Huang, Xiang Ma, Xiao-Jing Liu, Rui Qiao, Yan-Bing Xu, Sheng Yang, Fan Zhang, Yue Wang, Yan-Qiu Zhang, Wang-Chen Xue, Jia-Cong Liu , et al. (13 additional authors not shown)

    Abstract: As a new member of the Gravitational wave high-energy Electromagnetic Counterpart All-sky Monitor (GECAM) after GECAM-A and GECAM-B, GECAM-C (originally called HEBS), which was launched on board the SATech-01 satellite on July 27, 2022, aims to monitor and localize X-ray and gamma-ray transients from $\sim$ 6 keV to 6 MeV. GECAM-C utilizes a similar design to GECAM but operates in a more complex o… ▽ More

    Submitted 22 August, 2023; originally announced August 2023.

    Comments: submitted

  36. arXiv:2307.06608  [pdf, other

    cs.LG cs.AI cs.CR

    MF-CLIP: Leveraging CLIP as Surrogate Models for No-box Adversarial Attacks

    Authors: Jiaming Zhang, Lingyu Qiu, Qi Yi, Yige Li, Jitao Sang, Changsheng Xu, Dit-Yan Yeung

    Abstract: The vulnerability of Deep Neural Networks (DNNs) to adversarial attacks poses a significant challenge to their deployment in safety-critical applications. While extensive research has addressed various attack scenarios, the no-box attack setting where adversaries have no prior knowledge, including access to training data of the target model, remains relatively underexplored despite its practical r… ▽ More

    Submitted 24 March, 2025; v1 submitted 13 July, 2023; originally announced July 2023.

  37. arXiv:2306.10255  [pdf, other

    astro-ph.HE astro-ph.EP astro-ph.IM

    The First GECAM Observation Results on Terrestrial Gamma-ray Flashes and Terrestrial Electron Beams

    Authors: Y. Zhao, J. C. Liu, S. L. Xiong, W. C. Xue, Q. B. Yi, G. P. Lu, W. Xu, F. C. Lyu, J. C. Sun, W. X. Peng, C. Zheng, Y. Q. Zhang, C. Cai, S. Xiao, S. L. Xie, C. W. Wang, W. J. Tan, Z. H. An, G. Chen, Y. Q. Du, Y. Huang, M. Gao, K. Gong, D. Y. Guo, J. J. He , et al. (37 additional authors not shown)

    Abstract: Gravitational-wave high-energy Electromagnetic Counterpart All-sky Monitor (GECAM) is a space-borne instrument dedicated to monitoring high-energy transients, including Terrestrial Gamma-ray Flashes (TGFs) and Terrestrial Electron Beams (TEBs). We implemented a TGF/TEB search algorithm for GECAM, with which 147 bright TGFs, 2 typical TEBs and 2 special TEB-like events are identified during an effe… ▽ More

    Submitted 17 June, 2023; originally announced June 2023.

    Comments: The paper was accepted by Geophysical Research Letters on June 16th, 2023

  38. arXiv:2306.07307  [pdf, other

    cs.LG cs.AI

    Online Prototype Alignment for Few-shot Policy Transfer

    Authors: Qi Yi, Rui Zhang, Shaohui Peng, Jiaming Guo, Yunkai Gao, Kaizhao Yuan, Ruizhi Chen, Siming Lan, Xing Hu, Zidong Du, Xishan Zhang, Qi Guo, Yunji Chen

    Abstract: Domain adaptation in reinforcement learning (RL) mainly deals with the changes of observation when transferring the policy to a new environment. Many traditional approaches of domain adaptation in RL manage to learn a mapping function between the source and target domain in explicit or implicit ways. However, they typically require access to abundant data from the target domain. Besides, they ofte… ▽ More

    Submitted 12 June, 2023; originally announced June 2023.

    Comments: This paper has been accepted at ICML2023

  39. Directional eddy current probe configuration for in-line detection of out-of-plane wrinkles

    Authors: Meirbek Mussatayev, Qiuji Yi, Mark Fitzgerald, Vincent K. Maes, Paul Wilcox, Robert Hughes

    Abstract: Real-time monitoring of carbon fibre composites during Automated Fibre Placement (AFP) manufacturing remains a challenge for non-destructive evaluation (NDE) techniques. An directional eddy-current (EC) probe with asymmetric transmit and differential receive (Tx-dRx) coils is designed, constructed and characterized to evaluate the detectability of out-of-plane wrinkles. Initial studies were conduc… ▽ More

    Submitted 20 October, 2024; v1 submitted 24 May, 2023; originally announced May 2023.

    Comments: [2024] Elsevier. This manuscript version is made available under the CC BY-NC-ND 4.0 license. [https://doi.org/10.1016/j.compositesb.2023.111048]

    Journal ref: Compos. Part B Eng., vol. 268, p. 111048, 2024

  40. arXiv:2303.05069  [pdf, other

    cs.LG

    Conceptual Reinforcement Learning for Language-Conditioned Tasks

    Authors: Shaohui Peng, Xing Hu, Rui Zhang, Jiaming Guo, Qi Yi, Ruizhi Chen, Zidong Du, Ling Li, Qi Guo, Yunji Chen

    Abstract: Despite the broad application of deep reinforcement learning (RL), transferring and adapting the policy to unseen but similar environments is still a significant challenge. Recently, the language-conditioned policy is proposed to facilitate policy transfer through learning the joint representation of observation and text that catches the compact and invariant information across environments. Exist… ▽ More

    Submitted 9 March, 2023; originally announced March 2023.

    Comments: Accepted by AAAI 2023

  41. arXiv:2303.01203  [pdf, other

    astro-ph.HE

    Insight-HXMT and GECAM-C observations of the brightest-of-all-time GRB 221009A

    Authors: Zheng-Hua An, S. Antier, Xing-Zi Bi, Qing-Cui Bu, Ce Cai, Xue-Lei Cao, Anna-Elisa Camisasca, Zhi Chang, Gang Chen, Li Chen, Tian-Xiang Chen, Wen Chen, Yi-Bao Chen, Yong Chen, Yu-Peng Chen, Michael W. Coughlin, Wei-Wei Cui, Zi-Gao Dai, T. Hussenot-Desenonges, Yan-Qi Du, Yuan-Yuan Du, Yun-Fei Du, Cheng-Cheng Fan, Filippo Frontera, He Gao , et al. (153 additional authors not shown)

    Abstract: GRB 221009A is the brightest gamma-ray burst ever detected since the discovery of this kind of energetic explosions. However, an accurate measurement of the prompt emission properties of this burst is very challenging due to its exceptional brightness. With joint observations of \textit{Insight}-HXMT and GECAM-C, we made an unprecedentedly accurate measurement of the emission during the first… ▽ More

    Submitted 3 March, 2023; v1 submitted 2 March, 2023; originally announced March 2023.

    Comments: Submitted to National Science Review. This paper is under press embargo, contact the corresponding author for details

  42. arXiv:2303.00698  [pdf, other

    astro-ph.IM astro-ph.HE

    Cross calibration of gamma-ray detectors (GRD) of GECAM-C

    Authors: Yan-Qiu Zhang, Shao-Lin Xiong, Rui Qiao, Dong-Ya Guo, Wen-Xi Peng, Xin-Qiao Li, Wang-Chen Xue, Chao Zheng, Jia-Cong Liu, Wen-Jun Tan, Chen-Wei Wang, Peng Zhang, Ping Wang, Ce Cai, Shuo Xiao, Yue Huang, Pei-Yi Feng, Xiao-Bo Li, Li-Ming Song, Qi-Bin Yi, Yi Zhao, Zhi-Wei Guo, Jian-Jian He, Chao-Yang Li, Ya-Qing Liu , et al. (20 additional authors not shown)

    Abstract: The gamma-ray detectors (GRDs) of GECAM-C onborad SATech-01 satellite is designed to monitor gamma-ray transients all over the sky from 6 keV to 6 MeV. The energy response matrix is the key to do spectral measurements of bursts, which is usually generated from GEANT4 simulation and partially verified by the ground calibration. In this work, energy response matrix of GECAM-C GRD is cross-calibrated… ▽ More

    Submitted 1 March, 2023; originally announced March 2023.

    Comments: preliminary version, will be updated soon

  43. arXiv:2303.00687  [pdf, other

    astro-ph.IM physics.ins-det

    Ground calibration of Gamma-Ray Detectors of GECAM-C

    Authors: Chao Zheng, Zheng-Hua An, Wen-Xi Peng, Da-Li Zhang, Shao-Lin Xiong, Rui. Qiao, Yan-Qiu Zhang, Wang-Chen Xue, Jia-Cong Liu, Pei-Yi Feng, Ce. Cai, Min Gao, Ke Gong, Dong-Ya Guo, Dong-Jie Hou, Gang Li, Xin-Qiao Li, Yan-Guo Li, Mao-Shun Li, Xiao-Hua Liang, Ya-Qing Liu, Xiao-Jing Liu, Li-Ming Song, Xi-Lei Sun, Wen-Jun Tan , et al. (13 additional authors not shown)

    Abstract: As a new member of GECAM mission, GECAM-C (also named High Energy Burst Searcher, HEBS) was launched onboard the SATech-01 satellite on July 27th, 2022, which is capable to monitor gamma-ray transients from $\sim$ 6 keV to 6 MeV. As the main detector, there are 12 gamma-ray detectors (GRDs) equipped for GECAM-C. In order to verify the GECAM-C GRD detector performance and to validate the Monte Carl… ▽ More

    Submitted 30 May, 2023; v1 submitted 1 March, 2023; originally announced March 2023.

    Comments: third version

  44. arXiv:2303.00537  [pdf, other

    astro-ph.IM physics.ins-det

    The performance of SiPM-based gamma-ray detector (GRD) of GECAM-C

    Authors: Dali Zhang, Chao Zheng, Jiacong Liu, Zhenghua An, Chenwei Wang, Xiangyang Wen, Xinqiao Li, Xilei Sun, Ke Gong, Yaqing Liu, Xiaojing Liu, Sheng Yang, Wenxi Peng, Rui Qiao, Dongya Guo, Peiyi Feng, Yanqiu Zhang, Wangchen Xue, Wenjun Tan, Ce Cai, Shuo Xiao, Qibin Yi, Yanbing Xu, Min Gao, Jinzhou Wang , et al. (20 additional authors not shown)

    Abstract: As a new member of GECAM mission, the GECAM-C (also called High Energy Burst Searcher, HEBS) is a gamma-ray all-sky monitor onboard SATech-01 satellite, which was launched on July 27th, 2022 to detect gamma-ray transients from 6 keV to 6 MeV, such as Gamma-Ray Bursts (GRBs), high energy counterpart of Gravitational Waves (GWs) and Fast Radio Bursts (FRBs), and Soft Gamma-ray Repeaters (SGRs). Toge… ▽ More

    Submitted 7 March, 2023; v1 submitted 1 March, 2023; originally announced March 2023.

    Comments: 18 pages, 16 figures

  45. arXiv:2302.11755  [pdf, other

    astro-ph.HE astro-ph.IM

    Burst search method based on likelihood ratio in Poisson Statistics

    Authors: Ce Cai, Shao-Lin Xiong, Wang-Chen Xue, Yi Zhao, Shuo Xiao, Qi-Bin Yi, Zhi-Wei Guo, Jia-Cong Liu, Yan-Qiu Zhang, Chao Zheng, Sheng-Lun Xie, Yan-Qi Du, Xiao-Yun Zhao, Cheng-Kui Li, Ping Wang, Wen-Xi Peng, Shi-Jie Zheng, Li-Ming Song, Xin-Qiao Li, Xiang-Yang Wen, Fan Zhang

    Abstract: Searching for X-ray and gamma-ray bursts, including Gamma-ray bursts (GRBs), Soft Gamma-ray Repeaters (SGRs) and high energy transients associated with Gravitational wave (GW) events or Fast radio bursts (FRBs), is of great importance in the multi-messenger and multi-wavelength era. Although a coherent search based on the likelihood ratio and Gaussian statistics has been established and utilized i… ▽ More

    Submitted 22 February, 2023; originally announced February 2023.

    Comments: 10 pages, 10 figures,

    Journal ref: MNRAS,2023

  46. Atlas of dynamic spectra of fast radio burst FRB 20201124A

    Authors: Bo-Jun Wang, Heng Xu, Jin-Chen Jiang, Jiang-Wei Xu, Jia-Rui Niu, Ping Chen, Ke-Jia Lee, Bing Zhang, Wei-Wei Zhu, Su-Bo Dong, Chun-Feng Zhang, Hai Fu, De-Jiang Zhou, Yong-Kun Zhang, Pei Wang, Yi Feng, Ye Li, Dong-Zi Li, Wen-Bin Lu, Yuan-Pei Yang, R. N. Caballero, Ce Cai, Mao-Zheng Chen, Zi-Gao Dai, A. Esamdin , et al. (42 additional authors not shown)

    Abstract: Fast radio bursts (FRBs) are highly dispersed millisecond-duration radio bursts, of which the physical origin is still not fully understood. FRB 20201124A is one of the most actively repeating FRBs. In this paper, we present the collection of 1863 burst dynamic spectra of FRB 20201124A measured with the Five-hundred-meter Aperture Spherical radio Telescope (FAST). The current collection, taken fro… ▽ More

    Submitted 3 January, 2023; originally announced January 2023.

  47. arXiv:2301.01217  [pdf, other

    cs.CR cs.LG

    Unlearnable Clusters: Towards Label-agnostic Unlearnable Examples

    Authors: Jiaming Zhang, Xingjun Ma, Qi Yi, Jitao Sang, Yu-Gang Jiang, Yaowei Wang, Changsheng Xu

    Abstract: There is a growing interest in developing unlearnable examples (UEs) against visual privacy leaks on the Internet. UEs are training samples added with invisible but unlearnable noise, which have been found can prevent unauthorized training of machine learning models. UEs typically are generated via a bilevel optimization framework with a surrogate model to remove (minimize) errors from the origina… ▽ More

    Submitted 23 March, 2023; v1 submitted 30 December, 2022; originally announced January 2023.

    Comments: CVPR2023

  48. arXiv:2211.15570  [pdf, other

    astro-ph.IM astro-ph.HE

    GECAM Localization of High Energy Transients and the Systematic Error

    Authors: Yi Zhao, Wang-Chen Xue, Shao-Lin Xiong, Yuan-Hao Wang, Jia-Cong Liu, Qi Liuo, Yan-Qiu Zhang, Jian-Chao Sun, Xiao-Yun Zhao, Ce Cai, Shuo Xiao, Yue Huang, Xiao-Bo Li, Zhen Zhang, Jin-Yuan Liao, Sheng Yang, Rui Qiao, Dong-Ya Guo, Chao Zheng, Qi-Bin Yi, Sheng-Lun Xie, Zhi-Wei Guo, Chao-Yang Li, Chen-Wei Wang, Wen-Jun Tan , et al. (41 additional authors not shown)

    Abstract: Gravitational wave high-energy Electromagnetic Counterpart All-sky Monitor (GECAM) is a pair of microsatellites (i.e. GECAM-A and GECAM-B) dedicated to monitoring gamma-ray transients including gravitational waves high-energy electromagnetic counterparts, Gamma-ray Bursts, Soft Gamma-ray Repeaters, Solar Flares and Terrestrial Gamma-ray Flashes. Since launch in December 2020, GECAM-B has detected… ▽ More

    Submitted 23 December, 2022; v1 submitted 28 November, 2022; originally announced November 2022.

    Comments: The paper has been accepted by Astrophysical Journal Supplement Series

  49. arXiv:2210.07802  [pdf, other

    cs.LG cs.AI

    Object-Category Aware Reinforcement Learning

    Authors: Qi Yi, Rui Zhang, Shaohui Peng, Jiaming Guo, Xing Hu, Zidong Du, Xishan Zhang, Qi Guo, Yunji Chen

    Abstract: Object-oriented reinforcement learning (OORL) is a promising way to improve the sample efficiency and generalization ability over standard RL. Recent works that try to solve OORL tasks without additional feature engineering mainly focus on learning the object representations and then solving tasks via reasoning based on these object representations. However, none of these works tries to explicitly… ▽ More

    Submitted 13 October, 2022; originally announced October 2022.

    Comments: This paper is to be published on NeurIPS 2022

  50. arXiv:2210.06964  [pdf, other

    cs.LG

    Causality-driven Hierarchical Structure Discovery for Reinforcement Learning

    Authors: Shaohui Peng, Xing Hu, Rui Zhang, Ke Tang, Jiaming Guo, Qi Yi, Ruizhi Chen, Xishan Zhang, Zidong Du, Ling Li, Qi Guo, Yunji Chen

    Abstract: Hierarchical reinforcement learning (HRL) effectively improves agents' exploration efficiency on tasks with sparse reward, with the guide of high-quality hierarchical structures (e.g., subgoals or options). However, how to automatically discover high-quality hierarchical structures is still a great challenge. Previous HRL methods can hardly discover the hierarchical structures in complex environme… ▽ More

    Submitted 13 October, 2022; originally announced October 2022.

    Comments: Accepted by NeurIPS 2022