Search Results for author: Hang Yu

Found 43 papers, 18 papers with code

CoBa: Convergence Balancer for Multitask Finetuning of Large Language Models

1 code implementation9 Oct 2024 Zi Gong, Hang Yu, Cong Liao, Bingchang Liu, Chaoyu Chen, Jianguo Li

Multi-task learning (MTL) benefits the fine-tuning of large language models (LLMs) by providing a single model with improved performance and generalization ability across tasks, presenting a resource-efficient alternative to developing separate models for each task.

Multi-Task Learning

Rodimus*: Breaking the Accuracy-Efficiency Trade-Off with Efficient Attentions

no code implementations9 Oct 2024 Zhihao He, Hang Yu, Zi Gong, Shizhan Liu, Jianguo Li, Weiyao Lin

This method exemplifies semantic compression by maintaining essential input information with fixed-size hidden states.

Semantic Compression

Focus On What Matters: Separated Models For Visual-Based RL Generalization

no code implementations29 Sep 2024 Di Zhang, Bowen Lv, Hai Zhang, Feifan Yang, Junqiao Zhao, Hang Yu, Chang Huang, Hongtu Zhou, Chen Ye, Changjun Jiang

Perceiving the pre-eminence of image reconstruction in representation learning, we propose SMG (Separated Models for Generalization), a novel approach that exploits image reconstruction for generalization.

Image Reconstruction Reinforcement Learning (RL) +1

SDP: Spiking Diffusion Policy for Robotic Manipulation with Learnable Channel-Wise Membrane Thresholds

no code implementations17 Sep 2024 Zhixing Hou, Maoxu Gao, Hang Yu, Mengyu Yang, Chio-in Ieong

This paper introduces a Spiking Diffusion Policy (SDP) learning method for robotic manipulation by integrating Spiking Neurons and Learnable Channel-wise Membrane Thresholds (LCMT) into the diffusion policy model, thereby enhancing computational efficiency and achieving high performance in evaluated tasks.

Computational Efficiency

E2LLM: Encoder Elongated Large Language Models for Long-Context Understanding and Reasoning

no code implementations10 Sep 2024 Zihan Liao, Hang Yu, Lingxiao Wei, Jianguo Li, Jun Wang, Wei zhang

In the realm of Large Language Models (LLMs), the ability to process long contexts is increasingly crucial for tasks such as multi-round dialogues, code generation, and document summarization.

Code Generation Decoder +2

GALLa: Graph Aligned Large Language Models for Improved Source Code Understanding

no code implementations6 Sep 2024 Ziyin Zhang, Hang Yu, Shijie Li, Peng Di, Jianguo Li, Rui Wang

Programming languages possess rich semantic information such as data flow that is represented by graphs and not available from the surface form of source code.

cross-modal alignment Language Modelling +1

Harnessing Uncertainty-aware Bounding Boxes for Unsupervised 3D Object Detection

1 code implementation1 Aug 2024 Ruiyang Zhang, Hu Zhang, Hang Yu, Zhedong Zheng

(2) Based on the assessed uncertainty, we adaptively adjust the weight of every 3D bbox coordinate via uncertainty regularization, refining the training process on pseudo bboxes.

3D Object Detection object-detection

SQLfuse: Enhancing Text-to-SQL Performance through Comprehensive LLM Synergy

no code implementations19 Jul 2024 Tingkai Zhang, Chaoyu Chen, Cong Liao, Jun Wang, Xudong Zhao, Hang Yu, Jianchao Wang, Jianguo Li, Wenhui Shi

Text-to-SQL conversion is a critical innovation, simplifying the transition from complex SQL to intuitive natural language queries, especially significant given SQL's prevalence in the job market across various roles.

Natural Language Queries Natural Language Understanding +1

Approaching Outside: Scaling Unsupervised 3D Object Detection from 2D Scene

1 code implementation11 Jul 2024 Ruiyang Zhang, Hu Zhang, Hang Yu, Zhedong Zheng

In this paper, we are among the early attempts to integrate LiDAR data with 2D images for unsupervised 3D detection and introduce a new method, dubbed LiDAR-2D Self-paced Learning (LiSe).

3D Object Detection object-detection +2

How Much Progress Did I Make? An Unexplored Human Feedback Signal for Teaching Robots

no code implementations8 Jul 2024 Hang Yu, Qidi Fang, Shijie Fang, Reuben M. Aronson, Elaine Schaertl Short

An additional contribution of our work is a dataset of 40 non-expert demonstrations from the public space study through an ice cream topping-adding task, which we observe to be multi-policy and sub-optimal, with sub-optimality not only from teleoperation errors but also from exploratory actions and attempts.

D2LLM: Decomposed and Distilled Large Language Models for Semantic Search

1 code implementation25 Jun 2024 Zihan Liao, Hang Yu, Jianguo Li, Jun Wang, Wei zhang

In this paper, we present D2LLMs-Decomposed and Distilled LLMs for semantic search-that combines the best of both worlds.

InterCLIP-MEP: Interactive CLIP and Memory-Enhanced Predictor for Multi-modal Sarcasm Detection

1 code implementation24 Jun 2024 Junjie Chen, Hang Yu, Subin Huang, Sanmin Liu, Linfeng Zhang

Sarcasm in social media, often expressed through text-image combinations, poses challenges for sentiment analysis and intention mining.

Sarcasm Detection Sentiment Analysis

DUPLEX: Dual GAT for Complex Embedding of Directed Graphs

1 code implementation8 Jun 2024 Zhaoru Ke, Hang Yu, Jianguo Li, Haipeng Zhang

Current directed graph embedding methods build upon undirected techniques but often inadequately capture directed edge information, leading to challenges such as: (1) Suboptimal representations for nodes with low in/out-degrees, due to the insufficient neighbor interactions; (2) Limited inductive ability for representing new nodes post-training; (3) Narrow generalizability, as training is overly coupled with specific tasks.

Graph Embedding

Shadow-Enlightened Image Outpainting

no code implementations CVPR 2024 Hang Yu, Ruilin Li, Shaorong Xie, Jiayan Qiu

In this paper we propose to extract and utilize the hidden information of unobserved areas from their shadows to enhance image outpainting.

Image Outpainting

Unifying the Perspectives of NLP and Software Engineering: A Survey on Language Models for Code

1 code implementation14 Nov 2023 Ziyin Zhang, Chaoyu Chen, Bingchang Liu, Cong Liao, Zi Gong, Hang Yu, Jianguo Li, Rui Wang

In this work we systematically review the recent advancements in software engineering with language models, covering 70+ models, 40+ evaluation tasks, 180+ datasets, and 900 related works.

Language Modeling Language Modelling

MFTCoder: Boosting Code LLMs with Multitask Fine-Tuning

1 code implementation4 Nov 2023 Bingchang Liu, Chaoyu Chen, Cong Liao, Zi Gong, Huan Wang, Zhichao Lei, Ming Liang, Dajun Chen, Min Shen, Hailian Zhou, Hang Yu, Jianguo Li

Code LLMs have emerged as a specialized research field, with remarkable studies dedicated to enhancing model's coding capabilities through fine-tuning on pre-trained models.

Multi-Task Learning

BasisFormer: Attention-based Time Series Forecasting with Learnable and Interpretable Basis

1 code implementation NeurIPS 2023 Zelin Ni, Hang Yu, Shizhan Liu, Jianguo Li, Weiyao Lin

Bases have become an integral part of modern deep learning-based models for time series forecasting due to their ability to act as feature extractors or future references.

Contrastive Learning Self-Supervised Learning +2

Towards Multi-Subsession Conversational Recommendation

no code implementations20 Oct 2023 Yu Ji, Qi Shen, Shixuan Zhu, Hang Yu, Yiming Zhang, Chuan Cui, Zhihua Wei

Therefore, we propose a novel conversational recommendation scenario named Multi-Subsession Multi-round Conversational Recommendation (MSMCR), where user would still resort to CRS after several subsessions and might preserve vague interests, and system would proactively ask attributes to activate user interests in the current subsession.

Attribute Conversational Recommendation +1

Twin Graph-based Anomaly Detection via Attentive Multi-Modal Learning for Microservice System

1 code implementation7 Oct 2023 Jun Huang, Yang Yang, Hang Yu, Jianguo Li, Xiao Zheng

The MST graph provides a virtual representation of the status and scheduling relationships among service instances of a real-world microservice system.

Anomaly Detection Scheduling

NeuSort: An Automatic Adaptive Spike Sorting Approach with Neuromorphic Models

no code implementations20 Apr 2023 Hang Yu, Yu Qi, Gang Pan

NeuSort caters to the demand for real-time spike sorting in brain-machine interfaces through a neuromorphic approach.

Spike Sorting Template Matching

BALANCE: Bayesian Linear Attribution for Root Cause Localization

1 code implementation31 Jan 2023 Chaoyu Chen, Hang Yu, Zhichao Lei, Jianguo Li, Shaokang Ren, Tingkai Zhang, Silin Hu, Jianchao Wang, Wenhui Shi

In particular, we propose BALANCE (BAyesian Linear AttributioN for root CausE localization), which formulates the problem of RCA through the lens of attribution in XAI and seeks to explain the anomalies in the target KPIs by the behavior of the candidate root causes.

Explainable Artificial Intelligence (XAI) Fault Detection +2

Anti-Delay Kalman Filter Fusion Algorithm for Vehicle-borne Sensor Network with Finite-Time Convergence

no code implementations20 Sep 2022 Hang Yu, Keren Dai, Haojie Li, Yao Zou, Xiang Ma, Shaojie Ma, He Zhang

Intelligent vehicles in autonomous driving and obstacle avoidance, the precise relative state of vehicles put forward a higher demand.

Autonomous Driving

Survey of Query-based Text Summarization

no code implementations17 Sep 2022 Hang Yu, Jiawei Han

Query-based text summarization is an important real world problem that requires to condense the prolix text data into a summary under the guidance of the query information provided by users.

Survey Text Summarization

Rethinking Task Sampling for Few-shot Vision-Language Transfer Learning

1 code implementation MMMPIE (COLING) 2022 Zhenhailong Wang, Hang Yu, Manling Li, Han Zhao, Heng Ji

While much literature has been devoted to exploring alternative optimization strategies, we identify another essential aspect towards effective few-shot transfer learning, task sampling, which is previously only be viewed as part of data pre-processing in MAML.

Few-Shot Learning Transfer Learning

Improving Embedded Knowledge Graph Multi-hop Question Answering by introducing Relational Chain Reasoning

1 code implementation25 Oct 2021 Weiqiang Jin, Biao Zhao, Hang Yu, Xi Tao, Ruiping Yin, Guizhong Liu

Knowledge Graph Question Answering (KGQA) aims to answer user-questions from a knowledge graph (KG) by identifying the reasoning relations between topic entity and answer.

Graph Question Answering Implicit Relations +3

CvT-ASSD: Convolutional vision-Transformer Based Attentive Single Shot MultiBox Detector

1 code implementation24 Oct 2021 Weiqiang Jin, Hang Yu

Due to the success of Bidirectional Encoder Representations from Transformers (BERT) in natural language process (NLP), the multi-head attention transformer has been more and more prevalent in computer-vision researches (CV).

Computational Efficiency Novel Object Detection +3

Pyraformer: Low-Complexity Pyramidal Attention for Long-Range Time Series Modeling and Forecasting

3 code implementations ICLR 2022 Shizhan Liu, Hang Yu, Cong Liao, Jianguo Li, Weiyao Lin, Alex X. Liu, Schahram Dustdar

Accurate prediction of the future given the past based on time series data is of paramount importance, since it opens the door for decision making and risk management ahead of time.

Decision Making Management +2

AP-10K: A Benchmark for Animal Pose Estimation in the Wild

5 code implementations28 Aug 2021 Hang Yu, Yufei Xu, Jing Zhang, Wei Zhao, Ziyu Guan, DaCheng Tao

The experimental results provide sound empirical evidence on the superiority of learning from diverse animals species in terms of both accuracy and generalization ability.

Animal Pose Estimation Diversity +2

BWCP: Probabilistic Learning-to-Prune Channels for ConvNets via Batch Whitening

no code implementations13 May 2021 Wenqi Shao, Hang Yu, Zhaoyang Zhang, Hang Xu, Zhenguo Li, Ping Luo

To address this problem, we develop a probability-based pruning algorithm, called batch whitening channel pruning (BWCP), which can stochastically discard unimportant channels by modeling the probability of a channel being activated.

Automatic Learning to Detect Concept Drift

no code implementations4 May 2021 Hang Yu, Tianyu Liu, Jie Lu, Guangquan Zhang

Many methods have been proposed to detect concept drift, i. e., the change in the distribution of streaming data, due to concept drift causes a decrease in the prediction accuracy of algorithms.

Active Learning Meta-Learning

Upper Limits on the Isotropic Gravitational-Wave Background from Advanced LIGO's and Advanced Virgo's Third Observing Run

no code implementations28 Jan 2021 The LIGO Scientific Collaboration, The Virgo Collaboration, the KAGRA Collaboration, R. Abbott, T. D. Abbott, S. Abraham, F. Acernese, K. Ackley, A. Adams, C. Adams, R. X. Adhikari, V. B. Adya, C. Affeldt, D. Agarwal, M. Agathos, K. Agatsuma, N. Aggarwal, O. D. Aguiar, L. Aiello, A. Ain, T. Akutsu, K. M. Aleman, G. Allen, A. Allocca, P. A. Altin, A. Amato, S. Anand, A. Ananyeva, S. B. Anderson, W. G. Anderson, M. Ando, S. V. Angelova, S. Ansoldi, J. M. Antelis, S. Antier, S. Appert, Koya Arai, Koji Arai, Y. Arai, S. Araki, A. Araya, M. C. Araya, J. S. Areeda, M. Arène, N. Aritomi, N. Arnaud, S. M. Aronson, H. Asada, Y. Asali, G. Ashton, Y. Aso, S. M. Aston, P. Astone, F. Aubin, P. Aufmuth, K. AultONeal, C. Austin, S. Babak, F. Badaracco, M. K. M. Bader, S. Bae, Y. Bae, A. M. Baer, S. Bagnasco, Y. Bai, L. Baiotti, J. Baird, R. Bajpai, M. Ball, G. Ballardin, S. W. Ballmer, M. Bals, A. Balsamo, G. Baltus, S. Banagiri, D. Bankar, R. S. Bankar, J. C. Barayoga, C. Barbieri, B. C. Barish, D. Barker, P. Barneo, S. Barnum, F. Barone, B. Barr, L. Barsotti, M. Barsuglia, D. Barta, J. Bartlett, M. A. Barton, I. Bartos, R. Bassiri, A. Basti, M. Bawaj, J. C. Bayley, A. C. Baylor, M. Bazzan, B. Bécsy, V. M. Bedakihale, M. Bejger, I. Belahcene, V. Benedetto, D. Beniwal, M. G. Benjamin, T. F. Bennett, J. D. Bentley, M. BenYaala, F. Bergamin, B. K. Berger, S. Bernuzzi, D. Bersanetti, A. Bertolini, J. Betzwieser, R. Bhandare, A. V. Bhandari, D. Bhattacharjee, S. Bhaumik, J. Bidler, I. A. Bilenko, G. Billingsley, R. Birney, O. Birnholtz, S. Biscans, M. Bischi, S. Biscoveanu, A. Bisht, B. Biswas, M. Bitossi, M. -A. Bizouard, J. K. Blackburn, J. Blackman, C. D. Blair, D. G. Blair, R. M. Blair, F. Bobba, N. Bode, M. Boer, G. Bogaert, M. Boldrini, F. Bondu, E. Bonilla, R. Bonnand, P. Booker, B. A. Boom, R. Bork, V. Boschi, N. Bose, S. Bose, V. Bossilkov, V. Boudart, Y. Bouffanais, A. Bozzi, C. Bradaschia, P. R. Brady, A. Bramley, A. Branch, M. Branchesi, J. E. Brau, M. Breschi, T. Briant, J. H. Briggs, A. Brillet, M. Brinkmann, P. Brockill, A. F. Brooks, J. Brooks, D. D. Brown, S. Brunett, G. Bruno, R. Bruntz, J. Bryant, A. Buikema, T. Bulik, H. J. Bulten, A. Buonanno, R. Buscicchio, D. Buskulic, R. L. Byer, L. Cadonati, M. Caesar, G. Cagnoli, C. Cahillane, H. W. Cain III, J. Calderón Bustillo, J. D. Callaghan, T. A. Callister, E. Calloni, J. B. Camp, M. Canepa, M. Cannavacciuolo, K. C. Cannon, H. Cao, J. Cao, Z. Cao, E. Capocasa, E. Capote, G. Carapella, F. Carbognani, J. B. Carlin, M. F. Carney, M. Carpinelli, G. Carullo, T. L. Carver, J. Casanueva Diaz, C. Casentini, G. Castaldi, S. Caudill, M. Cavaglià, F. Cavalier, R. Cavalieri, G. Cella, P. Cerdá-Durán, E. Cesarini, W. Chaibi, K. Chakravarti, B. Champion, C. -H. Chan, C. Chan, C. L. Chan, M. Chan, K. Chandra, P. Chanial, S. Chao, P. Charlton, E. A. Chase, E. Chassande-Mottin, D. Chatterjee, M. Chaturvedi, A. Chen, C. Chen, H. Y. Chen, J. Chen, K. Chen, X. Chen, Y. -B. Chen, Y. -R. Chen, Z. Chen, H. Cheng, C. K. Cheong, H. Y. Cheung, H. Y. Chia, F. Chiadini, C-Y. Chiang, R. Chierici, A. Chincarini, M. L. Chiofalo, A. Chiummo, G. Cho, H. S. Cho, S. Choate, R. K. Choudhary, S. Choudhary, N. Christensen, H. Chu, Q. Chu, Y-K. Chu, S. Chua, K. W. Chung, G. Ciani, P. Ciecielag, M. Cieślar, M. Cifaldi, A. A. Ciobanu, R. Ciolfi, F. Cipriano, A. Cirone, F. Clara, E. N. Clark, J. A. Clark, L. Clarke, P. Clearwater, S. Clesse, F. Cleva, E. Coccia, P. -F. Cohadon, D. E. Cohen, L. Cohen, M. Colleoni, C. G. Collette, M. Colpi, C. M. Compton, M. Constancio Jr., L. Conti, S. J. Cooper, P. Corban, T. R. Corbitt, I. Cordero-Carrión, S. Corezzi, K. R. Corley, N. Cornish, D. Corre, A. Corsi, S. Cortese, C. A. Costa, R. Cotesta, M. W. Coughlin, S. B. Coughlin, J. -P. Coulon, S. T. Countryman, B. Cousins, P. Couvares, P. B. Covas, D. M. Coward, M. J. Cowart, D. C. Coyne, R. Coyne, J. D. E. Creighton, T. D. Creighton, A. W. Criswell, M. Croquette, S. G. Crowder, J. R. Cudell, T. J. Cullen, A. Cumming, R. Cummings, E. Cuoco, M. Curyło, T. Dal Canton, G. Dálya, A. Dana, L. M. DaneshgaranBajastani, B. D'Angelo, S. L. Danilishin, S. D'Antonio, K. Danzmann, C. Darsow-Fromm, A. Dasgupta, L. E. H. Datrier, V. Dattilo, I. Dave, M. Davier, G. S. Davies, D. Davis, E. J. Daw, R. Dean, D. DeBra, M. Deenadayalan, J. Degallaix, M. De Laurentis, S. Deléglise, V. Del Favero, F. De Lillo, N. De Lillo, W. Del Pozzo, L. M. DeMarchi, F. De Matteis, V. D'Emilio, N. Demos, T. Dent, A. Depasse, R. De Pietri, R. De Rosa, C. De Rossi, R. DeSalvo, R. De Simone, S. Dhurandhar, M. C. Díaz, M. Diaz-Ortiz Jr., N. A. Didio, T. Dietrich, L. Di Fiore, C. Di Fronzo, C. Di Giorgio, F. Di Giovanni, T. Di Girolamo, A. Di Lieto, B. Ding, S. Di Pace, I. Di Palma, F. Di Renzo, A. K. Divakarla, A. Dmitriev, Z. Doctor, L. D'Onofrio, F. Donovan, K. L. Dooley, S. Doravari, I. Dorrington, M. Drago, J. C. Driggers, Y. Drori, Z. Du, J. -G. Ducoin, P. Dupej, O. Durante, D. D'Urso, P. -A. Duverne, I. Dvorkin, S. E. Dwyer, P. J. Easter, M. Ebersold, G. Eddolls, B. Edelman, T. B. Edo, O. Edy, A. Effler, S. Eguchi, J. Eichholz, S. S. Eikenberry, M. Eisenmann, R. A. Eisenstein, A. Ejlli, Y. Enomoto, L. Errico, R. C. Essick, H. Estellés, D. Estevez, Z. Etienne, T. Etzel, M. Evans, T. M. Evans, B. E. Ewing, V. Fafone, H. Fair, S. Fairhurst, X. Fan, A. M. Farah, S. Farinon, B. Farr, W. M. Farr, N. W. Farrow, E. J. Fauchon-Jones, M. Favata, M. Fays, M. Fazio, J. Feicht, M. M. Fejer, F. Feng, E. Fenyvesi, D. L. Ferguson, A. Fernandez-Galiana, I. Ferrante, T. A. Ferreira, F. Fidecaro, P. Figura, I. Fiori, M. Fishbach, R. P. Fisher, J. M. Fishner, R. Fittipaldi, V. Fiumara, R. Flaminio, E. Floden, E. Flynn, H. Fong, J. A. Font, B. Fornal, P. W. F. Forsyth, A. Franke, S. Frasca, F. Frasconi, C. Frederick, Z. Frei, A. Freise, R. Frey, P. Fritschel, V. V. Frolov, G. G. Fronzé, Y. Fujii, Y. Fujikawa, M. Fukunaga, M. Fukushima, P. Fulda, M. Fyffe, H. A. Gabbard, B. U. Gadre, S. M. Gaebel, J. R. Gair, J. Gais, S. Galaudage, R. Gamba, D. Ganapathy, A. Ganguly, D. Gao, S. G. Gaonkar, B. Garaventa, C. García-Núñez, C. García-Quirós, F. Garufi, B. Gateley, S. Gaudio, V. Gayathri, G. Ge, G. Gemme, A. Gennai, J. George, L. Gergely, P. Gewecke, S. Ghonge, Abhirup. Ghosh, Archisman Ghosh, Shaon Ghosh, Shrobana Ghosh, Sourath Ghosh, B. Giacomazzo, L. Giacoppo, J. A. Giaime, K. D. Giardina, D. R. Gibson, C. Gier, M. Giesler, P. Giri, F. Gissi, J. Glanzer, A. E. Gleckl, P. Godwin, E. Goetz, R. Goetz, N. Gohlke, B. Goncharov, G. González, A. Gopakumar, M. Gosselin, R. Gouaty, B. Grace, A. Grado, M. Granata, V. Granata, A. Grant, S. Gras, P. Grassia, C. Gray, R. Gray, G. Greco, A. C. Green, R. Green, A. M. Gretarsson, E. M. Gretarsson, D. Griffith, W. Griffiths, H. L. Griggs, G. Grignani, A. Grimaldi, E. Grimes, S. J. Grimm, H. Grote, S. Grunewald, P. Gruning, J. G. Guerrero, G. M. Guidi, A. R. Guimaraes, G. Guixé, H. K. Gulati, H. -K. Guo, Y. Guo, Anchal Gupta, Anuradha Gupta, P. Gupta, E. K. Gustafson, R. Gustafson, F. Guzman, S. Ha, L. Haegel, A. Hagiwara, S. Haino, O. Halim, E. D. Hall, E. Z. Hamilton, G. Hammond, W. -B. Han, M. Haney, J. Hanks, C. Hanna, M. D. Hannam, O. A. Hannuksela, H. Hansen, T. J. Hansen, J. Hanson, T. Harder, T. Hardwick, K. Haris, J. Harms, G. M. Harry, I. W. Harry, D. Hartwig, K. Hasegawa, B. Haskell, R. K. Hasskew, C. -J. Haster, K. Hattori, K. Haughian, H. Hayakawa, K. Hayama, F. J. Hayes, J. Healy, A. Heidmann, M. C. Heintze, J. Heinze, J. Heinzel, H. Heitmann, F. Hellman, P. Hello, A. F. Helmling-Cornell, G. Hemming, M. Hendry, I. S. Heng, E. Hennes, J. Hennig, M. H. Hennig, F. Hernandez Vivanco, M. Heurs, S. Hild, P. Hill, Y. Himemoto, A. S. Hines, Y. Hiranuma, N. Hirata, E. Hirose, S. Hochheim, D. Hofman, J. N. Hohmann, A. M. Holgado, N. A. Holland, I. J. Hollows, Z. J. Holmes, K. Holt, D. E. Holz, Z. Hong, P. Hopkins, J. Hough, E. J. Howell, C. G. Hoy, D. Hoyland, A. Hreibi, B-H. Hsieh, Y. Hsu, G-Z. Huang, H-Y. Huang, P. Huang, Y-C. Huang, Y. -J. Huang, Y. -W. Huang, M. T. Hübner, A. D. Huddart, E. A. Huerta, B. Hughey, D. C. Y. Hui, V. Hui, S. Husa, S. H. Huttner, R. Huxford, T. Huynh-Dinh, S. Ide, B. Idzkowski, A. Iess, B. Ikenoue, S. Imam, K. Inayoshi, H. Inchauspe, C. Ingram, Y. Inoue, G. Intini, K. Ioka, M. Isi, K. Isleif, K. Ito, Y. Itoh, B. R. Iyer, K. Izumi, V. JaberianHamedan, T. Jacqmin, S. J. Jadhav, S. P. Jadhav, A. L. James, A. Z. Jan, K. Jani, K. Janssens, N. N. Janthalur, P. Jaranowski, D. Jariwala, R. Jaume, A. C. Jenkins, C. Jeon, M. Jeunon, W. Jia, J. Jiang, H. -B. Jin, G. R. Johns, A. W. Jones, D. I. Jones, J. D. Jones, P. Jones, R. Jones, R. J. G. Jonker, L. Ju, K. Jung, P. Jung, J. Junker, K. Kaihotsu, T. Kajita, M. Kakizaki, C. V. Kalaghatgi, V. Kalogera, B. Kamai, M. Kamiizumi, N. Kanda, S. Kandhasamy, G. Kang, J. B. Kanner, Y. Kao, S. J. Kapadia, D. P. Kapasi, C. Karathanasis, S. Karki, R. Kashyap, M. Kasprzack, W. Kastaun, S. Katsanevas, E. Katsavounidis, W. Katzman, T. Kaur, K. Kawabe, K. Kawaguchi, N. Kawai, T. Kawasaki, F. Kéfélian, D. Keitel, J. S. Key, S. Khadka, F. Y. Khalili, I. Khan, S. Khan, E. A. Khazanov, N. Khetan, M. Khursheed, N. Kijbunchoo, C. Kim, J. C. Kim, J. Kim, K. Kim, W. S. Kim, Y. -M. Kim, C. Kimball, N. Kimura, P. J. King, M. Kinley-Hanlon, R. Kirchhoff, J. S. Kissel, N. Kita, H. Kitazawa, L. Kleybolte, S. Klimenko, A. M. Knee, T. D. Knowles, E. Knyazev, P. Koch, G. Koekoek, Y. Kojima, K. Kokeyama, S. Koley, P. Kolitsidou, M. Kolstein, K. Komori, V. Kondrashov, A. K. H. Kong, A. Kontos, N. Koper, M. Korobko, K. Kotake, M. Kovalam, D. B. Kozak, C. Kozakai, R. Kozu, V. Kringel, N. V. Krishnendu, A. Królak, G. Kuehn, F. Kuei, A. Kumar, P. Kumar, Rahul Kumar, Rakesh Kumar, J. Kume, K. Kuns, C. Kuo, H-S. Kuo, Y. Kuromiya, S. Kuroyanagi, K. Kusayanagi, K. Kwak, S. Kwang, D. Laghi, E. Lalande, T. L. Lam, A. Lamberts, M. Landry, B. B. Lane, R. N. Lang, J. Lange, B. Lantz, I. La Rosa, A. Lartaux-Vollard, P. D. Lasky, M. Laxen, A. Lazzarini, C. Lazzaro, P. Leaci, S. Leavey, Y. K. Lecoeuche, H. K. Lee, H. M. Lee, H. W. Lee, J. Lee, K. Lee, R. Lee, J. Lehmann, A. Lemaître, E. Leon, M. Leonardi, N. Leroy, N. Letendre, Y. Levin, J. N. Leviton, A. K. Y. Li, B. Li, J. Li, K. L. Li, T. G. F. Li, X. Li, C-Y. Lin, F-K. Lin, F-L. Lin, H. L. Lin, L. C. -C. Lin, F. Linde, S. D. Linker, J. N. Linley, T. B. Littenberg, G. C. Liu, J. Liu, K. Liu, X. Liu, M. Llorens-Monteagudo, R. K. L. Lo, A. Lockwood, M. L. Lollie, L. T. London, A. Longo, D. Lopez, M. Lorenzini, V. Loriette, M. Lormand, G. Losurdo, J. D. Lough, C. O. Lousto, G. Lovelace, H. Lück, D. Lumaca, A. P. Lundgren, L. -W. Luo, R. Macas, M. MacInnis, D. M. Macleod, I. A. O. MacMillan, A. Macquet, I. Magaña Hernandez, F. Magaña-Sandoval, C. Magazzù, R. M. Magee, R. Maggiore, E. Majorana, I. Maksimovic, S. Maliakal, A. Malik, N. Man, V. Mandic, V. Mangano, J. L. Mango, G. L. Mansell, M. Manske, M. Mantovani, M. Mapelli, F. Marchesoni, M. Marchio, F. Marion, Z. Mark, S. Márka, Z. Márka, C. Markakis, A. S. Markosyan, A. Markowitz, E. Maros, A. Marquina, S. Marsat, F. Martelli, I. W. Martin, R. M. Martin, M. Martinez, V. Martinez, K. Martinovic, D. V. Martynov, E. J. Marx, H. Masalehdan, K. Mason, E. Massera, A. Masserot, T. J. Massinger, M. Masso-Reid, S. Mastrogiovanni, A. Matas, M. Mateu-Lucena, F. Matichard, M. Matiushechkina, N. Mavalvala, J. J. McCann, R. McCarthy, D. E. McClelland, P. McClincy, S. McCormick, L. McCuller, G. I. McGhee, S. C. McGuire, C. McIsaac, J. McIver, D. J. McManus, T. McRae, S. T. McWilliams, D. Meacher, M. Mehmet, A. K. Mehta, A. Melatos, D. A. Melchor, G. Mendell, A. Menendez-Vazquez, C. S. Menoni, R. A. Mercer, L. Mereni, K. Merfeld, E. L. Merilh, J. D. Merritt, M. Merzougui, S. Meshkov, C. Messenger, C. Messick, P. M. Meyers, F. Meylahn, A. Mhaske, A. Miani, H. Miao, I. Michaloliakos, C. Michel, Y. Michimura, H. Middleton, L. Milano, A. L. Miller, M. Millhouse, J. C. Mills, E. Milotti, M. C. Milovich-Goff, O. Minazzoli, Y. Minenkov, N. Mio, Ll. M. Mir, A. Mishkin, C. Mishra, T. Mishra, T. Mistry, S. Mitra, V. P. Mitrofanov, G. Mitselmakher, R. Mittleman, O. Miyakawa, A. Miyamoto, Y. Miyazaki, K. Miyo, S. Miyoki, Geoffrey Mo, K. Mogushi, S. R. P. Mohapatra, S. R. Mohite, I. Molina, M. Molina-Ruiz, M. Mondin, M. Montani, C. J. Moore, D. Moraru, F. Morawski, A. More, C. Moreno, G. Moreno, Y. Mori, S. Morisaki, Y. Moriwaki, B. Mours, C. M. Mow-Lowry, S. Mozzon, F. Muciaccia, Arunava Mukherjee, D. Mukherjee, Soma Mukherjee, Subroto Mukherjee, N. Mukund, A. Mullavey, J. Munch, E. A. Muñiz, P. G. Murray, R. Musenich, S. L. Nadji, K. Nagano, S. Nagano, A. Nagar, K. Nakamura, H. Nakano, M. Nakano, R. Nakashima, Y. Nakayama, I. Nardecchia, T. Narikawa, L. Naticchioni, B. Nayak, R. K. Nayak, R. Negishi, B. F. Neil, J. Neilson, G. Nelemans, T. J. N. Nelson, M. Nery, A. Neunzert, K. Y. Ng, S. W. S. Ng, C. Nguyen, P. Nguyen, T. Nguyen, L. Nguyen Quynh, W. -T. Ni, S. A. Nichols, A. Nishizawa, S. Nissanke, F. Nocera, M. Noh, M. Norman, C. North, S. Nozaki, L. K. Nuttall, J. Oberling, B. D. O'Brien, Y. Obuchi, J. O'Dell, W. Ogaki, G. Oganesyan, J. J. Oh, K. Oh, S. H. Oh, M. Ohashi, N. Ohishi, M. Ohkawa, F. Ohme, H. Ohta, M. A. Okada, Y. Okutani, K. Okutomi, C. Olivetto, K. Oohara, C. Ooi, R. Oram, B. O'Reilly, R. G. Ormiston, N. D. Ormsby, L. F. Ortega, R. O'Shaughnessy, E. O'Shea, S. Oshino, S. Ossokine, C. Osthelder, S. Otabe, D. J. Ottaway, H. Overmier, A. E. Pace, G. Pagano, M. A. Page, G. Pagliaroli, A. Pai, S. A. Pai, J. R. Palamos, O. Palashov, C. Palomba, K. Pan, P. K. Panda, H. Pang, P. T. H. Pang, C. Pankow, F. Pannarale, B. C. Pant, F. Paoletti, A. Paoli, A. Paolone, A. Parisi, J. Park, W. Parker, D. Pascucci, A. Pasqualetti, R. Passaquieti, D. Passuello, M. Patel, B. Patricelli, E. Payne, T. C. Pechsiri, M. Pedraza, M. Pegoraro, A. Pele, F. E. Peña Arellano, S. Penn, A. Perego, A. Pereira, T. Pereira, C. J. Perez, C. Périgois, A. Perreca, S. Perriès, J. Petermann, D. Petterson, H. P. Pfeiffer, K. A. Pham, K. S. Phukon, O. J. Piccinni, M. Pichot, M. Piendibene, F. Piergiovanni, L. Pierini, V. Pierro, G. Pillant, F. Pilo, L. Pinard, I. M. Pinto, B. J. Piotrzkowski, K. Piotrzkowski, M. Pirello, M. Pitkin, E. Placidi, W. Plastino, C. Pluchar, R. Poggiani, E. Polini, D. Y. T. Pong, S. Ponrathnam, P. Popolizio, E. K. Porter, J. Powell, M. Pracchia, T. Pradier, A. K. Prajapati, K. Prasai, R. Prasanna, G. Pratten, T. Prestegard, M. Principe, G. A. Prodi, L. Prokhorov, P. Prosposito, L. Prudenzi, A. Puecher, M. Punturo, F. Puosi, P. Puppo, M. Pürrer, H. Qi, V. Quetschke, P. J. Quinonez, R. Quitzow-James, F. J. Raab, G. Raaijmakers, H. Radkins, N. Radulesco, P. Raffai, S. X. Rail, S. Raja, C. Rajan, K. E. Ramirez, T. D. Ramirez, A. Ramos-Buades, J. Rana, P. Rapagnani, U. D. Rapol, B. Ratto, V. Raymond, N. Raza, M. Razzano, J. Read, L. A. Rees, T. Regimbau, L. Rei, S. Reid, D. H. Reitze, P. Relton, P. Rettegno, F. Ricci, C. J. Richardson, J. W. Richardson, L. Richardson, P. M. Ricker, G. Riemenschneider, K. Riles, M. Rizzo, N. A. Robertson, R. Robie, F. Robinet, A. Rocchi, J. A. Rocha, S. Rodriguez, R. D. Rodriguez-Soto, L. Rolland, J. G. Rollins, V. J. Roma, M. Romanelli, J. D. Romano, R. Romano, C. L. Romel, A. Romero, I. M. Romero-Shaw, J. H. Romie, C. A. Rose, D. Rosińska, S. G. Rosofsky, M. P. Ross, S. Rowan, S. J. Rowlinson, Santosh Roy, Soumen Roy, D. Rozza, P. Ruggi, K. Ryan, S. Sachdev, T. Sadecki, J. Sadiq, N. Sago, S. Saito, Y. Saito, K. Sakai, Y. Sakai, M. Sakellariadou, Y. Sakuno, O. S. Salafia, L. Salconi, M. Saleem, F. Salemi, A. Samajdar, E. J. Sanchez, J. H. Sanchez, L. E. Sanchez, N. Sanchis-Gual, J. R. Sanders, A. Sanuy, T. R. Saravanan, N. Sarin, B. Sassolas, H. Satari, S. Sato, T. Sato, O. Sauter, R. L. Savage, V. Savant, T. Sawada, D. Sawant, H. L. Sawant, S. Sayah, D. Schaetzl, M. Scheel, J. Scheuer, A. Schindler-Tyka, P. Schmidt, R. Schnabel, M. Schneewind, R. M. S. Schofield, A. Schönbeck, B. W. Schulte, B. F. Schutz, E. Schwartz, J. Scott, S. M. Scott, M. Seglar-Arroyo, E. Seidel, T. Sekiguchi, Y. Sekiguchi, D. Sellers, A. Sergeev, A. S. Sengupta, N. Sennett, D. Sentenac, E. G. Seo, V. Sequino, Y. Setyawati, T. Shaffer, M. S. Shahriar, B. Shams, L. Shao, S. Sharifi, A. Sharma, P. Sharma, P. Shawhan, N. S. Shcheblanov, H. Shen, S. Shibagaki, M. Shikauchi, R. Shimizu, T. Shimoda, K. Shimode, R. Shink, H. Shinkai, T. Shishido, A. Shoda, D. H. Shoemaker, D. M. Shoemaker, K. Shukla, S. ShyamSundar, M. Sieniawska, D. Sigg, L. P. Singer, D. Singh, N. Singh, A. Singha, A. M. Sintes, V. Sipala, V. Skliris, B. J. J. Slagmolen, T. J. Slaven-Blair, J. Smetana, J. R. Smith, R. J. E. Smith, S. N. Somala, K. Somiya, E. J. Son, K. Soni, S. Soni, B. Sorazu, V. Sordini, F. Sorrentino, N. Sorrentino, H. Sotani, R. Soulard, T. Souradeep, E. Sowell, V. Spagnuolo, A. P. Spencer, M. Spera, A. K. Srivastava, V. Srivastava, K. Staats, C. Stachie, D. A. Steer, J. Steinlechner, S. Steinlechner, D. J. Stops, M. Stover, K. A. Strain, L. C. Strang, G. Stratta, A. Strunk, R. Sturani, A. L. Stuver, J. Südbeck, S. Sudhagar, V. Sudhir, R. Sugimoto, H. G. Suh, T. Z. Summerscales, H. Sun, L. Sun, S. Sunil, A. Sur, J. Suresh, P. J. Sutton, Takamasa Suzuki, Toshikazu Suzuki, B. L. Swinkels, M. J. Szczepańczyk, P. Szewczyk, M. Tacca, H. Tagoshi, S. C. Tait, H. Takahashi, R. Takahashi, A. Takamori, S. Takano, H. Takeda, M. Takeda, C. Talbot, H. Tanaka, Kazuyuki Tanaka, Kenta Tanaka, Taiki Tanaka, Takahiro Tanaka, A. J. Tanasijczuk, S. Tanioka, D. B. Tanner, D. Tao, A. Tapia, E. N. Tapia San Martin, J. D. Tasson, S. Telada, R. Tenorio, L. Terkowski, M. Test, M. P. Thirugnanasambandam, M. Thomas, P. Thomas, J. E. Thompson, S. R. Thondapu, K. A. Thorne, E. Thrane, Shubhanshu Tiwari, Srishti Tiwari, V. Tiwari, K. Toland, A. E. Tolley, T. Tomaru, Y. Tomigami, T. Tomura, M. Tonelli, A. Torres-Forné, C. I. Torrie, I. Tosta e Melo, D. Töyrä, A. Trapananti, F. Travasso, G. Traylor, M. C. Tringali, A. Tripathee, L. Troiano, A. Trovato, L. Trozzo, R. J. Trudeau, D. S. Tsai, D. Tsai, K. W. Tsang, T. Tsang, J-S. Tsao, M. Tse, R. Tso, K. Tsubono, S. Tsuchida, L. Tsukada, D. Tsuna, T. Tsutsui, T. Tsuzuki, M. Turconi, D. Tuyenbayev, A. S. Ubhi, N. Uchikata, T. Uchiyama, R. P. Udall, A. Ueda, T. Uehara, K. Ueno, G. Ueshima, D. Ugolini, C. S. Unnikrishnan, F. Uraguchi, A. L. Urban, T. Ushiba, S. A. Usman, A. C. Utina, H. Vahlbruch, G. Vajente, A. Vajpeyi, G. Valdes, M. Valentini, V. Valsan, N. van Bakel, M. van Beuzekom, J. F. J. van den Brand, C. Van Den Broeck, N. Van Remortel, D. C. Vander-Hyde, L. van der Schaaf, J. V. van Heijningen, M. H. P. M. van Putten, M. Vardaro, A. F. Vargas, V. Varma, M. Vasúth, A. Vecchio, G. Vedovato, J. Veitch, P. J. Veitch, K. Venkateswara, J. Venneberg, G. Venugopalan, D. Verkindt, Y. Verma, D. Veske, F. Vetrano, A. Viceré, A. D. Viets, V. Villa-Ortega, J. -Y. Vinet, S. Vitale, T. Vo, H. Vocca, E. R. G. von Reis, J. von Wrangel, C. Vorvick, S. P. Vyatchanin, L. E. Wade, M. Wade, K. J. Wagner, R. C. Walet, M. Walker, G. S. Wallace, L. Wallace, S. Walsh, J. Wang, J. Z. Wang, W. H. Wang, R. L. Ward, J. Warner, M. Was, T. Washimi, N. Y. Washington, J. Watchi, B. Weaver, L. Wei, M. Weinert, A. J. Weinstein, R. Weiss, C. M. Weller, F. Wellmann, L. Wen, P. Weßels, J. W. Westhouse, K. Wette, J. T. Whelan, D. D. White, B. F. Whiting, C. Whittle, D. Wilken, D. Williams, M. J. Williams, A. R. Williamson, J. L. Willis, B. Willke, D. J. Wilson, W. Winkler, C. C. Wipf, T. Wlodarczyk, G. Woan, J. Woehler, J. K. Wofford, I. C. F. Wong, C. Wu, D. S. Wu, H. Wu, S. Wu, D. M. Wysocki, L. Xiao, W-R. Xu, T. Yamada, H. Yamamoto, Kazuhiro Yamamoto, Kohei Yamamoto, T. Yamamoto, K. Yamashita, R. Yamazaki, F. W. Yang, L. Yang, Yang Yang, Yi Yang, Z. Yang, M. J. Yap, D. W. Yeeles, A. B. Yelikar, M. Ying, K. Yokogawa, J. Yokoyama, T. Yokozawa, A. Yoon, T. Yoshioka, Hang Yu, Haocun Yu, H. Yuzurihara, A. Zadrożny, M. Zanolin, S. Zeidler, T. Zelenova, J. -P. Zendri, M. Zevin, M. Zhan, H. Zhang, J. Zhang, L. Zhang, R. Zhang, T. Zhang, C. Zhao, G. Zhao, Yue Zhao, Yuhang Zhao, Z. Zhou, X. J. Zhu, Z. -H. Zhu, M. E. Zucker, J. Zweizig

Unlike in previous observing runs in the advanced detector era, we include Virgo in the search for the GWB.

General Relativity and Quantum Cosmology Cosmology and Nongalactic Astrophysics

LIGO Detector Characterization in the Second and Third Observing Runs

no code implementations27 Jan 2021 D. Davis, J. S. Areeda, B. K. Berger, R. Bruntz, A. Effler, R. C. Essick, R. P. Fisher, P. Godwin, E. Goetz, A. F. Helmling-Cornell, B. Hughey, E. Katsavounidis, A. P. Lundgren, D. M. Macleod, Z. Márka, T. J. Massinger, A. Matas, J. McIver, G. Mo, K. Mogushi, P. Nguyen, L. K. Nuttall, R. M. S. Schofield, D. H. Shoemaker, S. Soni, A. L. Stuver, A. L. Urban, G. Valdes, M. Walker, R. Abbott, C. Adams, R. X. Adhikari, A. Ananyeva, S. Appert, K. Arai, Y. Asali, S. M. Aston, C. Austin, A. M. Baer, M. Ball, S. W. Ballmer, S. Banagiri, D. Barker, C. Barschaw, L. Barsotti, J. Bartlett, J. Betzwieser, R. Beda, D. Bhattacharjee, J. Bidler, G. Billingsley, S. Biscans, C. D. Blair, R. M. Blair, N. Bode, P. Booker, R. Bork, A. Bramley, A. F. Brooks, D. D. Brown, A. Buikema, C. Cahillane, T. A. Callister, G. Caneva Santoro, K. C. Cannon, J. Carlin, K. Chandra, X. Chen, N. Christensen, A. A. Ciobanu, F. Clara, C. M. Compton, S. J. Cooper, K. R. Corley, M. W. Coughlin, S. T. Countryman, P. B. Covas, D. C. Coyne, S. G. Crowder, T. Dal Canton, B. Danila, L. E. H. Datrier, G. S. Davies, T. Dent, N. A. Didio, C. Di Fronzo, K. L. Dooley, J. C. Driggers, P. Dupej, S. E. Dwyer, T. Etzel, M. Evans, T. M. Evans, S. Fairhurst, J. Feicht, A. Fernandez-Galiana, R. Frey, P. Fritschel, V. V. Frolov, P. Fulda, M. Fyffe, B. U. Gadre, J. A. Giaime, K. D. Giardina, G. González, S. Gras, C. Gray, R. Gray, A. C. Green, A. Gupta, E. K. Gustafson, R. Gustafson, J. Hanks, J. Hanson, T. Hardwick, I. W. Harry, R. K. Hasskew, M. C. Heintze, J. Heinzel, N. A. Holland, I. J. Hollows, C. G. Hoy, S. Hughey, S. J. Jadhav, K. Janssens, G. Johns, J. D. Jones, S. Kandhasamy, S. Karki, M. Kasprzack, K. Kawabe, D. Keitel, N. Kijbunchoo, Y. M. Kim, P. J. King, J. S. Kissel, S. Kulkarni, Rahul Kumar, M. Landry, B. B. Lane, B. Lantz, M. Laxen, Y. K. Lecoeuche, J. Leviton, J. Liu, M. Lormand, R. Macas, A. Macedo, M. MacInnis, V. Mandic, G. L. Mansell, S. Márka, B. Martinez, K. Martinovic, D. V. Martynov, K. Mason, F. Matichard, N. Mavalvala, R. McCarthy, D. E. McClelland, S. McCormick, L. McCuller, C. McIsaac, T. McRae, G. Mendell, K. Merfeld, E. L. Merilh, P. M. Meyers, F. Meylahn, I. Michaloliakos, H. Middleton, J. C. Mills, T. Mistry, R. Mittleman, G. Moreno, C. M. Mow-Lowry, S. Mozzon, L. Mueller, N. Mukund, A. Mullavey, J. Muth, T. J. N. Nelson, A. Neunzert, S. Nichols, E. Nitoglia, J. Oberling, J. J. Oh, S. H. Oh, Richard J. Oram, R. G. Ormiston, N. Ormsby, C. Osthelder, D. J. Ottaway, H. Overmier, A. Pai, J. R. Palamos, F. Pannarale, W. Parker, O. Patane, M. Patel, E. Payne, A. Pele, R. Penhorwood, C. J. Perez, K. S. Phukon, M. Pillas, M. Pirello, H. Radkins, K. E. Ramirez, J. W. Richardson, K. Riles, K. Rink, N. A. Robertson, J. G. Rollins, C. L. Romel, J. H. Romie, M. P. Ross, K. Ryan, T. Sadecki, M. Sakellariadou, E. J. Sanchez, L. E. Sanchez, L. Sandles, T. R. Saravanan, R. L. Savage, D. Schaetzl, R. Schnabel, E. Schwartz, D. Sellers, T. Shaffer, D. Sigg, A. M. Sintes, B. J. J. Slagmolen, J. R. Smith, K. Soni, B. Sorazu, A. P. Spencer, K. A. Strain, D. Strom, L. Sun, M. J. Szczepańczyk, J. Tasson, R. Tenorio, M. Thomas, P. Thomas, K. A. Thorne, K. Toland, C. I. Torrie, A. Tran, G. Traylor, M. Trevor, M. Tse, G. Vajente, N. Van Remortel, D. C. Vander-Hyde, A. Vargas, J. Veitch, P. J. Veitch, K. Venkateswara, G. Venugopalan, A. D. Viets, V. Villa-Ortega, T. Vo, C. Vorvick, M. Wade, G. S. Wallace, R. L. Ward, J. Warner, B. Weaver, A. J. Weinstein, R. Weiss, K. Wette, D. D. White, L. V. White, C. Whittle, A. R. Williamson, B. Willke, C. C. Wipf, L. Xiao, R. Xu, H. Yamamoto, Hang Yu, Haocun Yu, L. Zhang, Y. Zheng, M. E. Zucker, J. Zweizig

The characterization of the Advanced LIGO detectors in the second and third observing runs has increased the sensitivity of the instruments, allowing for a higher number of detectable gravitational-wave signals, and provided confirmation of all observed gravitational-wave events.

Instrumentation and Methods for Astrophysics General Relativity and Quantum Cosmology

Elastic Net based Feature Ranking and Selection

no code implementations30 Dec 2020 Shaode Yu, Haobo Chen, Hang Yu, Zhicheng Zhang, Xiaokun Liang, Wenjian Qin, Yaoqin Xie, Ping Shi

After features are sorted according to their frequency, linear support vector machine performs the classification in an incremental manner.

Feature Importance feature selection

All-sky search in early O3 LIGO data for continuous gravitational-wave signals from unknown neutron stars in binary systems

no code implementations22 Dec 2020 The LIGO Scientific Collaboration, The Virgo Collaboration, R. Abbott, T. D. Abbott, S. Abraham, F. Acernese, K. Ackley, A. Adams, C. Adams, R. X. Adhikari, V. B. Adya, C. Affeldt, D. Agarwal, M. Agathos, K. Agatsuma, N. Aggarwal, O. D. Aguiar, L. Aiello, A. Ain, P. Ajith, K. M. Aleman, G. Allen, A. Allocca, P. A. Altin, A. Amato, S. Anand, A. Ananyeva, S. B. Anderson, W. G. Anderson, S. V. Angelova, S. Ansoldi, J. M. Antelis, S. Antier, S. Appert, K. Arai, M. C. Araya, J. S. Areeda, M. Arène, N. Arnaud, S. M. Aronson, K. G. Arun, Y. Asali, G. Ashton, S. M. Aston, P. Astone, F. Aubin, P. Aufmuth, K. AultONeal, C. Austin, S. Babak, F. Badaracco, M. K. M. Bader, S. Bae, A. M. Baer, S. Bagnasco, Y. Bai, J. Baird, M. Ball, G. Ballardin, S. W. Ballmer, M. Bals, A. Balsamo, G. Baltus, S. Banagiri, D. Bankar, R. S. Bankar, J. C. Barayoga, C. Barbieri, B. C. Barish, D. Barker, P. Barneo, S. Barnum, F. Barone, B. Barr, L. Barsotti, M. Barsuglia, D. Barta, J. Bartlett, M. A. Barton, I. Bartos, R. Bassiri, A. Basti, M. Bawaj, J. C. Bayley, A. C. Baylor, M. Bazzan, B. Bécsy, V. M. Bedakihale, M. Bejger, I. Belahcene, V. Benedetto, D. Beniwal, M. G. Benjamin, T. F. Bennett, J. D. Bentley, M. BenYaala, F. Bergamin, B. K. Berger, S. Bernuzzi, D. Bersanetti, A. Bertolini, J. Betzwieser, R. Bhandare, A. V. Bhandari, D. Bhattacharjee, S. Bhaumik, J. Bidler, I. A. Bilenko, G. Billingsley, R. Birney, O. Birnholtz, S. Biscans, M. Bischi, S. Biscoveanu, A. Bisht, B. Biswas, M. Bitossi, M. -A. Bizouard, J. K. Blackburn, J. Blackman, C. D. Blair, D. G. Blair, R. M. Blair, F. Bobba, N. Bode, M. Boer, G. Bogaert, M. Boldrini, F. Bondu, E. Bonilla, R. Bonnand, P. Booker, B. A. Boom, R. Bork, V. Boschi, N. Bose, S. Bose, V. Bossilkov, V. Boudart, Y. Bouffanais, A. Bozzi, C. Bradaschia, P. R. Brady, A. Bramley, A. Branch, M. Branchesi, M. Breschi, T. Briant, J. H. Briggs, A. Brillet, M. Brinkmann, P. Brockill, A. F. Brooks, J. Brooks, D. D. Brown, S. Brunett, G. Bruno, R. Bruntz, J. Bryant, A. Buikema, T. Bulik, H. J. Bulten, A. Buonanno, R. Buscicchio, D. Buskulic, L. Cadonati, M. Caesar, G. Cagnoli, C. Cahillane, H. W. Cain III, J. Calderón Bustillo, J. D. Callaghan, T. A. Callister, E. Calloni, J. B. Camp, M. Canepa, M. Cannavacciuolo, K. C. Cannon, H. Cao, J. Cao, E. Capote, G. Carapella, F. Carbognani, J. B. Carlin, M. F. Carney, M. Carpinelli, G. Carullo, T. L. Carver, J. Casanueva Diaz, C. Casentini, G. Castaldi, S. Caudill, M. Cavaglià, F. Cavalier, R. Cavalieri, G. Cella, P. Cerdá-Durán, E. Cesarini, W. Chaibi, K. Chakravarti, B. Champion, C. -H. Chan, C. Chan, C. L. Chan, K. Chandra, P. Chanial, S. Chao, P. Charlton, E. A. Chase, E. Chassande-Mottin, D. Chatterjee, M. Chaturvedi, K. Chatziioannou, A. Chen, H. Y. Chen, J. Chen, X. Chen, Y. Chen, Z. Chen, H. Cheng, C. K. Cheong, H. Y. Cheung, H. Y. Chia, F. Chiadini, R. Chierici, A. Chincarini, M. L. Chiofalo, A. Chiummo, G. Cho, H. S. Cho, S. Choate, R. K. Choudhary, S. Choudhary, N. Christensen, Q. Chu, S. Chua, K. W. Chung, G. Ciani, P. Ciecielag, M. Cieślar, M. Cifaldi, A. A. Ciobanu, R. Ciolfi, F. Cipriano, A. Cirone, F. Clara, E. N. Clark, J. A. Clark, L. Clarke, P. Clearwater, S. Clesse, F. Cleva, E. Coccia, P. -F. Cohadon, D. E. Cohen, L. Cohen, M. Colleoni, C. G. Collette, M. Colpi, C. M. Compton, M. Constancio Jr., L. Conti, S. J. Cooper, P. Corban, T. R. Corbitt, I. Cordero-Carrión, S. Corezzi, K. R. Corley, N. Cornish, D. Corre, A. Corsi, S. Cortese, C. A. Costa, R. Cotesta, M. W. Coughlin, S. B. Coughlin, J. -P. Coulon, S. T. Countryman, B. Cousins, P. Couvares, P. B. Covas, D. M. Coward, M. J. Cowart, D. C. Coyne, R. Coyne, J. D. E. Creighton, T. D. Creighton, A. W. Criswell, M. Croquette, S. G. Crowder, J. R. Cudell, T. J. Cullen, A. Cumming, R. Cummings, E. Cuoco, M. Curyło, T. Dal Canton, G. Dálya, A. Dana, L. M. DaneshgaranBajastani, B. D'Angelo, S. L. Danilishin, S. D'Antonio, K. Danzmann, C. Darsow-Fromm, A. Dasgupta, L. E. H. Datrier, V. Dattilo, I. Dave, M. Davier, G. S. Davies, D. Davis, E. J. Daw, R. Dean, M. Deenadayalan, J. Degallaix, M. De Laurentis, S. Deléglise, V. Del Favero, F. De Lillo, N. De Lillo, W. Del Pozzo, L. M. DeMarchi, F. De Matteis, V. D'Emilio, N. Demos, T. Dent, A. Depasse, R. De Pietri, R. De Rosa, C. De Rossi, R. DeSalvo, R. De Simone, S. Dhurandhar, M. C. Díaz, M. Diaz-Ortiz Jr., N. A. Didio, T. Dietrich, L. Di Fiore, C. Di Fronzo, C. Di Giorgio, F. Di Giovanni, T. Di Girolamo, A. Di Lieto, B. Ding, S. Di Pace, I. Di Palma, F. Di Renzo, A. K. Divakarla, A. Dmitriev, Z. Doctor, L. D'Onofrio, F. Donovan, K. L. Dooley, S. Doravari, I. Dorrington, M. Drago, J. C. Driggers, Y. Drori, Z. Du, J. -G. Ducoin, P. Dupej, O. Durante, D. D'Urso, P. -A. Duverne, S. E. Dwyer, P. J. Easter, M. Ebersold, G. Eddolls, B. Edelman, T. B. Edo, O. Edy, A. Effler, J. Eichholz, S. S. Eikenberry, M. Eisenmann, R. A. Eisenstein, A. Ejlli, L. Errico, R. C. Essick, H. Estellés, D. Estevez, Z. Etienne, T. Etzel, M. Evans, T. M. Evans, B. E. Ewing, V. Fafone, H. Fair, S. Fairhurst, X. Fan, A. M. Farah, S. Farinon, B. Farr, W. M. Farr, N. W. Farrow, E. J. Fauchon-Jones, M. Favata, M. Fays, M. Fazio, J. Feicht, M. M. Fejer, F. Feng, E. Fenyvesi, D. L. Ferguson, A. Fernandez-Galiana, I. Ferrante, T. A. Ferreira, F. Fidecaro, P. Figura, I. Fiori, M. Fishbach, R. P. Fisher, J. M. Fishner, R. Fittipaldi, V. Fiumara, R. Flaminio, E. Floden, E. Flynn, H. Fong, J. A. Font, B. Fornal, P. W. F. Forsyth, A. Franke, S. Frasca, F. Frasconi, C. Frederick, Z. Frei, A. Freise, R. Frey, P. Fritschel, V. V. Frolov, G. G. Fronzé, P. Fulda, M. Fyffe, H. A. Gabbard, B. U. Gadre, S. M. Gaebel, J. R. Gair, J. Gais, S. Galaudage, R. Gamba, D. Ganapathy, A. Ganguly, S. G. Gaonkar, B. Garaventa, C. García-Núñez, C. García-Quirós, F. Garufi, B. Gateley, S. Gaudio, V. Gayathri, G. Gemme, A. Gennai, J. George, L. Gergely, P. Gewecke, S. Ghonge, Abhirup. Ghosh, Archisman Ghosh, Shaon Ghosh, Shrobana Ghosh, Sourath Ghosh, B. Giacomazzo, L. Giacoppo, J. A. Giaime, K. D. Giardina, D. R. Gibson, C. Gier, M. Giesler, P. Giri, F. Gissi, J. Glanzer, A. E. Gleckl, P. Godwin, E. Goetz, R. Goetz, N. Gohlke, B. Goncharov, G. González, A. Gopakumar, M. Gosselin, R. Gouaty, B. Grace, A. Grado, M. Granata, V. Granata, A. Grant, S. Gras, P. Grassia, C. Gray, R. Gray, G. Greco, A. C. Green, R. Green, A. M. Gretarsson, E. M. Gretarsson, D. Griffith, W. Griffiths, H. L. Griggs, G. Grignani, A. Grimaldi, E. Grimes, S. J. Grimm, H. Grote, S. Grunewald, P. Gruning, J. G. Guerrero, G. M. Guidi, A. R. Guimaraes, G. Guixé, H. K. Gulati, H. -K. Guo, Y. Guo, Anchal Gupta, Anuradha Gupta, P. Gupta, E. K. Gustafson, R. Gustafson, F. Guzman, L. Haegel, O. Halim, E. D. Hall, E. Z. Hamilton, G. Hammond, M. Haney, J. Hanks, C. Hanna, M. D. Hannam, O. A. Hannuksela, H. Hansen, T. J. Hansen, J. Hanson, T. Harder, T. Hardwick, K. Haris, J. Harms, G. M. Harry, I. W. Harry, D. Hartwig, B. Haskell, R. K. Hasskew, C. -J. Haster, K. Haughian, F. J. Hayes, J. Healy, A. Heidmann, M. C. Heintze, J. Heinze, J. Heinzel, H. Heitmann, F. Hellman, P. Hello, A. F. Helmling-Cornell, G. Hemming, M. Hendry, I. S. Heng, E. Hennes, J. Hennig, M. H. Hennig, F. Hernandez Vivanco, M. Heurs, S. Hild, P. Hill, A. S. Hines, S. Hochheim, D. Hofman, J. N. Hohmann, A. M. Holgado, N. A. Holland, I. J. Hollows, Z. J. Holmes, K. Holt, D. E. Holz, P. Hopkins, J. Hough, E. J. Howell, C. G. Hoy, D. Hoyland, A. Hreibi, Y. Hsu, Y. Huang, M. T. Hübner, A. D. Huddart, E. A. Huerta, B. Hughey, V. Hui, S. Husa, S. H. Huttner, R. Huxford, T. Huynh-Dinh, B. Idzkowski, A. Iess, H. Inchauspe, C. Ingram, G. Intini, M. Isi, K. Isleif, B. R. Iyer, V. JaberianHamedan, T. Jacqmin, S. J. Jadhav, S. P. Jadhav, A. L. James, A. Z. Jan, K. Jani, K. Janssens, N. N. Janthalur, P. Jaranowski, D. Jariwala, R. Jaume, A. C. Jenkins, M. Jeunon, W. Jia, J. Jiang, G. R. Johns, A. W. Jones, D. I. Jones, J. D. Jones, P. Jones, R. Jones, R. J. G. Jonker, L. Ju, J. Junker, C. V. Kalaghatgi, V. Kalogera, B. Kamai, S. Kandhasamy, G. Kang, J. B. Kanner, Y. Kao, S. J. Kapadia, D. P. Kapasi, C. Karathanasis, S. Karki, R. Kashyap, M. Kasprzack, W. Kastaun, S. Katsanevas, E. Katsavounidis, W. Katzman, T. Kaur, K. Kawabe, F. Kéfélian, D. Keitel, J. S. Key, S. Khadka, F. Y. Khalili, I. Khan, S. Khan, E. A. Khazanov, N. Khetan, M. Khursheed, N. Kijbunchoo, C. Kim, J. C. Kim, K. Kim, W. S. Kim, Y. -M. Kim, C. Kimball, P. J. King, M. Kinley-Hanlon, R. Kirchhoff, J. S. Kissel, L. Kleybolte, S. Klimenko, A. M. Knee, T. D. Knowles, E. Knyazev, P. Koch, G. Koekoek, S. Koley, P. Kolitsidou, M. Kolstein, K. Komori, V. Kondrashov, A. Kontos, N. Koper, M. Korobko, M. Kovalam, D. B. Kozak, V. Kringel, N. V. Krishnendu, A. Królak, G. Kuehn, F. Kuei, A. Kumar, P. Kumar, Rahul Kumar, Rakesh Kumar, K. Kuns, S. Kwang, D. Laghi, E. Lalande, T. L. Lam, A. Lamberts, M. Landry, B. B. Lane, R. N. Lang, J. Lange, B. Lantz, I. La Rosa, A. Lartaux-Vollard, P. D. Lasky, M. Laxen, A. Lazzarini, C. Lazzaro, P. Leaci, S. Leavey, Y. K. Lecoeuche, H. M. Lee, H. W. Lee, J. Lee, K. Lee, J. Lehmann, A. Lemaître, E. Leon, N. Leroy, N. Letendre, Y. Levin, J. N. Leviton, A. K. Y. Li, B. Li, J. Li, T. G. F. Li, X. Li, F. Linde, S. D. Linker, J. N. Linley, T. B. Littenberg, J. Liu, K. Liu, X. Liu, M. Llorens-Monteagudo, R. K. L. Lo, A. Lockwood, M. L. Lollie, L. T. London, A. Longo, D. Lopez, M. Lorenzini, V. Loriette, M. Lormand, G. Losurdo, J. D. Lough, C. O. Lousto, G. Lovelace, H. Lück, D. Lumaca, A. P. Lundgren, R. Macas, M. MacInnis, D. M. Macleod, I. A. O. MacMillan, A. Macquet, I. Magaña Hernandez, F. Magaña-Sandoval, C. Magazzù, R. M. Magee, R. Maggiore, E. Majorana, I. Maksimovic, S. Maliakal, A. Malik, N. Man, V. Mandic, V. Mangano, J. L. Mango, G. L. Mansell, M. Manske, M. Mantovani, M. Mapelli, F. Marchesoni, F. Marion, Z. Mark, S. Márka, Z. Márka, C. Markakis, A. S. Markosyan, A. Markowitz, E. Maros, A. Marquina, S. Marsat, F. Martelli, I. W. Martin, R. M. Martin, M. Martinez, V. Martinez, K. Martinovic, D. V. Martynov, E. J. Marx, H. Masalehdan, K. Mason, E. Massera, A. Masserot, T. J. Massinger, M. Masso-Reid, S. Mastrogiovanni, A. Matas, M. Mateu-Lucena, F. Matichard, M. Matiushechkina, N. Mavalvala, J. J. McCann, R. McCarthy, D. E. McClelland, P. McClincy, S. McCormick, L. McCuller, G. I. McGhee, S. C. McGuire, C. McIsaac, J. McIver, D. J. McManus, T. McRae, S. T. McWilliams, D. Meacher, M. Mehmet, A. K. Mehta, A. Melatos, D. A. Melchor, G. Mendell, A. Menendez-Vazquez, C. S. Menoni, R. A. Mercer, L. Mereni, K. Merfeld, E. L. Merilh, J. D. Merritt, M. Merzougui, S. Meshkov, C. Messenger, C. Messick, P. M. Meyers, F. Meylahn, A. Mhaske, A. Miani, H. Miao, I. Michaloliakos, C. Michel, H. Middleton, L. Milano, A. L. Miller, M. Millhouse, J. C. Mills, E. Milotti, M. C. Milovich-Goff, O. Minazzoli, Y. Minenkov, Ll. M. Mir, A. Mishkin, C. Mishra, T. Mishra, T. Mistry, S. Mitra, V. P. Mitrofanov, G. Mitselmakher, R. Mittleman, Geoffrey Mo, K. Mogushi, S. R. P. Mohapatra, S. R. Mohite, I. Molina, M. Molina-Ruiz, M. Mondin, M. Montani, C. J. Moore, D. Moraru, F. Morawski, A. More, C. Moreno, G. Moreno, S. Morisaki, B. Mours, C. M. Mow-Lowry, S. Mozzon, F. Muciaccia, Arunava Mukherjee, D. Mukherjee, Soma Mukherjee, Subroto Mukherjee, N. Mukund, A. Mullavey, J. Munch, E. A. Muñiz, P. G. Murray, R. Musenich, S. L. Nadji, A. Nagar, I. Nardecchia, L. Naticchioni, B. Nayak, R. K. Nayak, B. F. Neil, J. Neilson, G. Nelemans, T. J. N. Nelson, M. Nery, A. Neunzert, K. Y. Ng, S. W. S. Ng, C. Nguyen, P. Nguyen, T. Nguyen, S. A. Nichols, S. Nissanke, F. Nocera, M. Noh, M. Norman, C. North, L. K. Nuttall, J. Oberling, B. D. O'Brien, J. O'Dell, G. Oganesyan, J. J. Oh, S. H. Oh, F. Ohme, H. Ohta, M. A. Okada, C. Olivetto, R. Oram, B. O'Reilly, R. G. Ormiston, N. D. Ormsby, L. F. Ortega, R. O'Shaughnessy, E. O'Shea, S. Ossokine, C. Osthelder, D. J. Ottaway, H. Overmier, A. E. Pace, G. Pagano, M. A. Page, G. Pagliaroli, A. Pai, S. A. Pai, J. R. Palamos, O. Palashov, C. Palomba, P. K. Panda, P. T. H. Pang, C. Pankow, F. Pannarale, B. C. Pant, F. Paoletti, A. Paoli, A. Paolone, W. Parker, D. Pascucci, A. Pasqualetti, R. Passaquieti, D. Passuello, M. Patel, B. Patricelli, E. Payne, T. C. Pechsiri, M. Pedraza, M. Pegoraro, A. Pele, S. Penn, A. Perego, A. Pereira, T. Pereira, C. J. Perez, C. Périgois, A. Perreca, S. Perriès, J. Petermann, D. Petterson, H. P. Pfeiffer, K. A. Pham, K. S. Phukon, O. J. Piccinni, M. Pichot, M. Piendibene, F. Piergiovanni, L. Pierini, V. Pierro, G. Pillant, F. Pilo, L. Pinard, I. M. Pinto, B. J. Piotrzkowski, K. Piotrzkowski, M. Pirello, M. Pitkin, E. Placidi, W. Plastino, C. Pluchar, R. Poggiani, E. Polini, D. Y. T. Pong, S. Ponrathnam, P. Popolizio, E. K. Porter, J. Powell, M. Pracchia, T. Pradier, A. K. Prajapati, K. Prasai, R. Prasanna, G. Pratten, T. Prestegard, M. Principe, G. A. Prodi, L. Prokhorov, P. Prosposito, L. Prudenzi, A. Puecher, M. Punturo, F. Puosi, P. Puppo, M. Pürrer, H. Qi, V. Quetschke, P. J. Quinonez, R. Quitzow-James, F. J. Raab, G. Raaijmakers, H. Radkins, N. Radulesco, P. Raffai, S. X. Rail, S. Raja, C. Rajan, K. E. Ramirez, T. D. Ramirez, A. Ramos-Buades, J. Rana, P. Rapagnani, U. D. Rapol, B. Ratto, V. Raymond, N. Raza, M. Razzano, J. Read, L. A. Rees, T. Regimbau, L. Rei, S. Reid, D. H. Reitze, P. Relton, P. Rettegno, F. Ricci, C. J. Richardson, J. W. Richardson, L. Richardson, P. M. Ricker, G. Riemenschneider, K. Riles, M. Rizzo, N. A. Robertson, R. Robie, F. Robinet, A. Rocchi, J. A. Rocha, S. Rodriguez, R. D. Rodriguez-Soto, L. Rolland, J. G. Rollins, V. J. Roma, M. Romanelli, R. Romano, C. L. Romel, A. Romero, I. M. Romero-Shaw, J. H. Romie, C. A. Rose, D. Rosińska, S. G. Rosofsky, M. P. Ross, S. Rowan, S. J. Rowlinson, Santosh Roy, Soumen Roy, D. Rozza, P. Ruggi, K. Ryan, S. Sachdev, T. Sadecki, J. Sadiq, M. Sakellariadou, O. S. Salafia, L. Salconi, M. Saleem, F. Salemi, A. Samajdar, E. J. Sanchez, J. H. Sanchez, L. E. Sanchez, N. Sanchis-Gual, J. R. Sanders, A. Sanuy, T. R. Saravanan, N. Sarin, B. Sassolas, H. Satari, O. Sauter, R. L. Savage, V. Savant, D. Sawant, H. L. Sawant, S. Sayah, D. Schaetzl, M. Scheel, J. Scheuer, A. Schindler-Tyka, P. Schmidt, R. Schnabel, M. Schneewind, R. M. S. Schofield, A. Schönbeck, B. W. Schulte, B. F. Schutz, E. Schwartz, J. Scott, S. M. Scott, M. Seglar-Arroyo, E. Seidel, D. Sellers, A. S. Sengupta, N. Sennett, D. Sentenac, E. G. Seo, V. Sequino, Y. Setyawati, T. Shaffer, M. S. Shahriar, B. Shams, S. Sharifi, A. Sharma, P. Sharma, P. Shawhan, N. S. Shcheblanov, H. Shen, M. Shikauchi, R. Shink, D. H. Shoemaker, D. M. Shoemaker, K. Shukla, S. ShyamSundar, M. Sieniawska, D. Sigg, L. P. Singer, D. Singh, N. Singh, A. Singha, A. M. Sintes, V. Sipala, V. Skliris, B. J. J. Slagmolen, T. J. Slaven-Blair, J. Smetana, J. R. Smith, R. J. E. Smith, S. N. Somala, E. J. Son, K. Soni, S. Soni, B. Sorazu, V. Sordini, F. Sorrentino, N. Sorrentino, R. Soulard, T. Souradeep, E. Sowell, V. Spagnuolo, A. P. Spencer, M. Spera, A. K. Srivastava, V. Srivastava, K. Staats, C. Stachie, D. A. Steer, J. Steinlechner, S. Steinlechner, D. J. Stops, M. Stover, K. A. Strain, L. C. Strang, G. Stratta, A. Strunk, R. Sturani, A. L. Stuver, J. Südbeck, S. Sudhagar, V. Sudhir, H. G. Suh, T. Z. Summerscales, H. Sun, L. Sun, S. Sunil, A. Sur, J. Suresh, P. J. Sutton, B. L. Swinkels, M. J. Szczepańczyk, P. Szewczyk, M. Tacca, S. C. Tait, C. Talbot, A. J. Tanasijczuk, D. B. Tanner, D. Tao, A. Tapia, E. N. Tapia San Martin, J. D. Tasson, R. Tenorio, L. Terkowski, M. Test, M. P. Thirugnanasambandam, M. Thomas, P. Thomas, J. E. Thompson, S. R. Thondapu, K. A. Thorne, E. Thrane, Shubhanshu Tiwari, Srishti Tiwari, V. Tiwari, K. Toland, A. E. Tolley, M. Tonelli, A. Torres-Forné, C. I. Torrie, I. Tosta e Melo, D. Töyrä, A. Trapananti, F. Travasso, G. Traylor, M. C. Tringali, A. Tripathee, L. Troiano, A. Trovato, R. J. Trudeau, D. S. Tsai, D. Tsai, K. W. Tsang, M. Tse, R. Tso, L. Tsukada, D. Tsuna, T. Tsutsui, M. Turconi, A. S. Ubhi, R. P. Udall, K. Ueno, D. Ugolini, C. S. Unnikrishnan, A. L. Urban, S. A. Usman, A. C. Utina, H. Vahlbruch, G. Vajente, A. Vajpeyi, G. Valdes, M. Valentini, V. Valsan, N. van Bakel, M. van Beuzekom, J. F. J. van den Brand, C. Van Den Broeck, D. C. Vander-Hyde, L. van der Schaaf, J. V. van Heijningen, M. Vardaro, A. F. Vargas, V. Varma, M. Vasúth, A. Vecchio, G. Vedovato, J. Veitch, P. J. Veitch, K. Venkateswara, J. Venneberg, G. Venugopalan, D. Verkindt, Y. Verma, D. Veske, F. Vetrano, A. Viceré, A. D. Viets, V. Villa-Ortega, J. -Y. Vinet, S. Vitale, T. Vo, H. Vocca, E. R. G. von Reis, J. von Wrangel, C. Vorvick, S. P. Vyatchanin, L. E. Wade, M. Wade, K. J. Wagner, R. C. Walet, M. Walker, G. S. Wallace, L. Wallace, S. Walsh, J. Z. Wang, W. H. Wang, R. L. Ward, J. Warner, M. Was, N. Y. Washington, J. Watchi, B. Weaver, L. Wei, M. Weinert, A. J. Weinstein, R. Weiss, C. M. Weller, F. Wellmann, L. Wen, P. Weßels, J. W. Westhouse, K. Wette, J. T. Whelan, D. D. White, B. F. Whiting, C. Whittle, D. Wilken, D. Williams, M. J. Williams, A. R. Williamson, J. L. Willis, B. Willke, D. J. Wilson, W. Winkler, C. C. Wipf, T. Wlodarczyk, G. Woan, J. Woehler, J. K. Wofford, I. C. F. Wong, D. S. Wu, D. M. Wysocki, L. Xiao, H. Yamamoto, F. W. Yang, L. Yang, Y. Yang, Z. Yang, M. J. Yap, D. W. Yeeles, A. B. Yelikar, M. Ying, A. Yoon, Hang Yu, Haocun Yu, A. Zadrożny, M. Zanolin, T. Zelenova, J. -P. Zendri, M. Zevin, J. Zhang, L. Zhang, R. Zhang, T. Zhang, C. Zhao, G. Zhao, Y. Zhao, Z. Zhou, X. J. Zhu, M. E. Zucker, J. Zweizig

We present a search for continuous gravitational waves emitted by neutron stars in binary systems in early data from the third observing run of the Advanced LIGO and Advanced Virgo detectors using the semicoherent, GPU-accelerated, BinarySkyHough pipeline.

General Relativity and Quantum Cosmology High Energy Astrophysical Phenomena

Hunting for Dark Matter Subhalos in Strong Gravitational Lensing with Neural Networks

no code implementations24 Oct 2020 Joshua Yao-Yu Lin, Hang Yu, Warren Morningstar, Jian Peng, Gilbert Holder

Dark matter substructures are interesting since they can reveal the properties of dark matter.

Cosmology and Nongalactic Astrophysics Computational Physics

Efficient Variational Bayes Learning of Graphical Models with Smooth Structural Changes

no code implementations16 Sep 2020 Hang Yu, Songwei Wu, Justin Dauwels

Estimating time-varying graphical models are of paramount importance in various social, financial, biological, and engineering systems, since the evolution of such networks can be utilized for example to spot trends, detect anomalies, predict vulnerability, and evaluate the impact of interventions.

Time Series Analysis Variational Inference

Bias-based Universal Adversarial Patch Attack for Automatic Check-out

1 code implementation ECCV 2020 Aishan Liu, Jiakai Wang, Xianglong Liu, Bowen Cao, Chongzhi Zhang, Hang Yu

To address the problem, this paper proposes a bias-based framework to generate class-agnostic universal adversarial patches with strong generalization ability, which exploits both the perceptual and semantic bias of models.

Training Robust Deep Neural Networks via Adversarial Noise Propagation

no code implementations19 Sep 2019 Aishan Liu, Xianglong Liu, Chongzhi Zhang, Hang Yu, Qiang Liu, DaCheng Tao

Various adversarial defense methods have accordingly been developed to improve adversarial robustness for deep models.

Adversarial Defense Adversarial Robustness

Interpreting and Improving Adversarial Robustness of Deep Neural Networks with Neuron Sensitivity

no code implementations16 Sep 2019 Chongzhi Zhang, Aishan Liu, Xianglong Liu, Yitao Xu, Hang Yu, Yuqing Ma, Tianlin Li

In this paper, we first draw the close connection between adversarial robustness and neuron sensitivities, as sensitive neurons make the most non-trivial contributions to model predictions in the adversarial setting.

Adversarial Robustness Decision Making

PDA: Progressive Data Augmentation for General Robustness of Deep Neural Networks

no code implementations11 Sep 2019 Hang Yu, Aishan Liu, Xianglong Liu, Gengchao Li, Ping Luo, Ran Cheng, Jichen Yang, Chongzhi Zhang

In other words, DNNs trained with PDA are able to obtain more robustness against both adversarial attacks as well as common corruptions than the recent state-of-the-art methods.

Data Augmentation

Context Model for Pedestrian Intention Prediction using Factored Latent-Dynamic Conditional Random Fields

1 code implementation27 Jul 2019 Satyajit Neogi, Michael Hoy, Kang Dang, Hang Yu, Justin Dauwels

Such systems call for early and accurate prediction of a pedestrian's crossing/not-crossing behaviour in front of the vehicle.

Autonomous Vehicles Prediction +1