科研成果 by Type: Conference Paper

2022
Yang J, Ying X, Shi Y, Tong X, Wang R, Chen T, Xing B. Knowledge Graph Embedding by Adaptive Limit Scoring Loss Using Dynamic Weighting Strategy, in Findings of the Association for Computational Linguistics: ACL 2022, Dublin, Ireland, May 22-27, 2022. Association for Computational Linguistics; 2022:1153–1163. 访问链接
Liu Y, Jiang M, Jiang T. LabelFool: A Trick In The Label Space, in International Joint Conference on Neural Networks, IJCNN 2022, Padua, Italy, July 18-23, 2022. IEEE; 2022:1–8. 访问链接
Yang J, Ying X, Shi Y, Tong X, Wang R, Chen T, Xing B. Learning Hierarchy-Aware Quaternion Knowledge Graph Embeddings with Representing Relations as 3D Rotations, in Proceedings of the 29th International Conference on Computational Linguistics, COLING 2022, Gyeongju, Republic of Korea, October 12-17, 2022. International Committee on Computational Linguistics; 2022:2011–2023. 访问链接
Gao S, Wu X, Qu T. Localization of Direct Source and Early Reflections Using HOA Processing and DNN Model, in Audio Engineering Society Convention 152.; 2022:10560. 访问链接
Zhang C, Chu X, Ma L, Zhu Y, Wang Y, Wang J, Zhao J. M3care: Learning with missing modalities in multimodal healthcare data, in Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining.; 2022:2418–2428.
Zhao J, Yu Z*, Ma L*, Ding Z, Zhang S, Tian YH, Huang T. Modeling the Detection Capability of High-Speed Spiking Cameras, in International Conference on Acoustics, Speech and Signal Processing (ICASSP).; 2022.Abstract
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 brightness and too short object-camera distance, will lead to failure in the application of such cameras. To address the issue, this paper proposes a modeling algorithm that studies the detection capability of spiking cameras. The algorithm deduces the maximum detectable speed of spiking cameras corresponding to different scenario settings (e.g., brightness intensity, camera lens, and object-camera distance) based on the basic technical parameters of cameras (e.g., pixel size, spatial and temporal resolution). Thereby, the proper camera settings for various applications can be determined. Extensive experiments verify the effectiveness of the modeling algorithm. To our best knowledge, it is the first work to investigate the detection capability of spiking cameras.
Liu T, Bohlen T. Mono-Parameter Poroelastic Fwi for the Reconstruction of the Shallow-Seismic Data, in Vol 2022. European Association of Geoscientists & Engineers; 2022:1-5. 访问链接
Chao P, Wang Y, Wu X, Qu T. A Multi-channel Speech Separation System for Unknown Number of Multiple Speakers, in 2022 5th International Conference on Information Communication and Signal Processing (ICICSP). Shenzhen, China; 2022.
Li X, Sun Y, Wu X, Chen J*. Multi-Speaker Pitch Tracking via Embodied Self-Supervised Learning, in 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Singapore City, Singapore; 2022:8257–8261. 代码链接
Yi F, Yang Y, Jiang T. Not End-to-End: Explore Multi-Stage Architecture for Online Surgical Phase Recognition, in Computer Vision - ACCV 2022 - 16th Asian Conference on Computer Vision, Macao, China, December 4-8, 2022, Proceedings, Part IV.Vol 13844. Springer; 2022:417–432. 访问链接
Jia T, Yang E-Y, Hsiao Y-S, Cruz J, Brooks D, Wei G-Y, Reddi VJ. OMU: A probabilistic 3D occupancy mapping accelerator for real-time OctoMap at the edge, in Design, Automation and Test in Europe (DATE).; 2022.
Bu T, Fang W, Ding J, Dai P, Yu Z*, Huang T. Optimal ANN-SNN Conversion for High-accuracy and Ultra-low-latency Spiking Neural Networks, in The Tenth International Conference on Learning Representations (ICLR).; 2022.Abstract
Spiking Neural Networks (SNNs) have gained great attraction due to their distinctive properties of low power consumption and fast inference on neuromorphic hardware. As the most effective method to get deep SNNs, ANN-SNN conversion has achieved comparable performance as ANNs on large-scale datasets. Despite this, it requires long time-steps to match the firing rates of SNNs to the activation of ANNs. As a result, the converted SNN suffers severe performance degradation problems with short time-steps, which hamper the practical application of SNNs. In this paper, we theoretically analyze ANN-SNN conversion error and derive the estimated activation function of SNNs. Then we propose the quantization clip-floor-shift activation function to replace the ReLU activation function in source ANNs, which can better approximate the activation function of SNNs. We prove that the expected conversion error between SNNs and ANNs is zero, enabling us to achieve high-accuracy and ultra-low-latency SNNs. We evaluate our method on CIFAR-10/100 and ImageNet datasets, and show that it outperforms the state-of-the-art ANN-SNN and directly trained SNNs in both accuracy and time-steps. To the best of our knowledge, this is the first time to explore high-performance ANN-SNN conversion with ultra-low latency (4 time-steps).
Zhang R, Li S, Wang C, Xie G. Optimal Strategies for the Game with Two Faster 3D Pursuers and One Slower 2D Evader, in 2022 41st Chinese Control Conference (CCC). IEEE; 2022:1767–1772. 访问链接
Hu Q, Li Q, Zhu S, Gu C, Liu S, HUANG R, Wu Y. Optimized IGZO FETs for Capacitorless DRAM with Retention of 10 ks at RT and 7 ks at 85° C at Zero V hold with Sub-10 ns Speed and 3-bit Operation, in 2022 International Electron Devices Meeting (IEDM). IEEE; 2022:26–6.
Bu T, Ding J, Yu Z*, Huang T. Optimized Potential Initialization for Low-latency Spiking Neural Networks, in Thirty-Sixth AAAI Conference on Artificial Intelligence (AAAI).; 2022.Abstract
Spiking Neural Networks (SNNs) have been attached great importance due to the distinctive properties of low power consumption,  biological plausibility, and adversarial robustness. The most effective way to train deep SNNs is through ANN-to-SNN conversion, which have yielded the best performance in deep network structure and large-scale datasets. However, there is a trade-off between accuracy and latency. In order to achieve high precision as original ANNs, a long simulation time is needed to match the firing rate of a spiking neuron with the activation value of an analog neuron, which impedes the practical application of SNN. In this paper, we aim to achieve high-performance converted SNNs with extremely low latency (fewer than 32 time-steps). We start by theoretically analyzing ANN-to-SNN conversion and show that scaling the thresholds does play a similar role as weight normalization. Instead of introducing constraints that facilitate ANN-to-SNN conversion at the cost of model capacity, we applied a more direct way by optimizing the initial membrane potential to reduce the conversion loss in each layer. Besides, we demonstrate that optimal initialization of membrane potentials can implement expected error-free ANN-to-SNN conversion. We evaluate our algorithm on the CIFAR-10, CIFAR-100 and ImageNet datasets and achieve state-of-the-art accuracy, using fewer time-steps. For example, we reach top-1 accuracy of 93.38% on CIFAR-10 with 16 time-steps. Moreover, our method can be applied to other ANN-SNN conversion methodologies and remarkably promote performance when the time-steps is small.
Cheng H, others. The Physics potential of the CEPC. Prepared for the US Snowmass Community Planning Exercise (Snowmass 2021), in Snowmass 2021.; 2022.
Li S, Wang C, Xie G. Pursuit-evasion differential games of players with different speeds in spaces of different dimensions, in 2022 American Control Conference (ACC). IEEE; 2022:1299–1304. 访问链接
Fu T, Zeng M, Liu S, Liu H, HUANG R, Wu Y. Record-high 2P r= 60 $μ$C/cm 2 by Sub-5ns Switching Pulse in Ferroelectric Lanthanum-doped HfO 2 with Large Single Grain of Orthorhombic Phase> 38 nm, in 2022 International Electron Devices Meeting (IEDM). IEEE; 2022:6–5.
Ma Y, Wu Z, Lu CQ. The relationship between job insecurity and employee information security behavior: An exploratory study, in The 2022 Academic Annual Meeting of the Managerial Psychology Professional Committee of the Chinese Association of Social Psychology (The 4th China Managerial Psychology/Organizational Behavior Forum). Kunming, China; 2022.
Liu J, Wang X-P, Xie K-P. Scalar-mediated dark matter model at colliders and gravitational wave detectors - A White paper for Snowmass 2021, in Snowmass 2021.; 2022.

Pages