-
Interactive Explainable Anomaly Detection for Industrial Settings
Authors:
Daniel Gramelt,
Timon Höfer,
Ute Schmid
Abstract:
Being able to recognise defects in industrial objects is a key element of quality assurance in production lines. Our research focuses on visual anomaly detection in RGB images. Although Convolutional Neural Networks (CNNs) achieve high accuracies in this task, end users in industrial environments receive the model's decisions without additional explanations. Therefore, it is of interest to enrich…
▽ More
Being able to recognise defects in industrial objects is a key element of quality assurance in production lines. Our research focuses on visual anomaly detection in RGB images. Although Convolutional Neural Networks (CNNs) achieve high accuracies in this task, end users in industrial environments receive the model's decisions without additional explanations. Therefore, it is of interest to enrich the model's outputs with further explanations to increase confidence in the model and speed up anomaly detection. In our work, we focus on (1) CNN-based classification models and (2) the further development of a model-agnostic explanation algorithm for black-box classifiers. Additionally, (3) we demonstrate how we can establish an interactive interface that allows users to further correct the model's output. We present our NearCAIPI Interaction Framework, which improves AI through user interaction, and show how this approach increases the system's trustworthiness. We also illustrate how NearCAIPI can integrate human feedback into an interactive process chain.
△ Less
Submitted 1 October, 2024;
originally announced October 2024.
-
Stable Yaw Estimation of Boats from the Viewpoint of UAVs and USVs
Authors:
Benjamin Kiefer,
Timon Höfer,
Andreas Zell
Abstract:
Yaw estimation of boats from the viewpoint of unmanned aerial vehicles (UAVs) and unmanned surface vehicles (USVs) or boats is a crucial task in various applications such as 3D scene rendering, trajectory prediction, and navigation. However, the lack of literature on yaw estimation of objects from the viewpoint of UAVs has motivated us to address this domain. In this paper, we propose a method bas…
▽ More
Yaw estimation of boats from the viewpoint of unmanned aerial vehicles (UAVs) and unmanned surface vehicles (USVs) or boats is a crucial task in various applications such as 3D scene rendering, trajectory prediction, and navigation. However, the lack of literature on yaw estimation of objects from the viewpoint of UAVs has motivated us to address this domain. In this paper, we propose a method based on HyperPosePDF for predicting the orientation of boats in the 6D space. For that, we use existing datasets, such as PASCAL3D+ and our own datasets, SeaDronesSee-3D and BOArienT, which we annotated manually. We extend HyperPosePDF to work in video-based scenarios, such that it yields robust orientation predictions across time. Naively applying HyperPosePDF on video data yields single-point predictions, resulting in far-off predictions and often incorrect symmetric orientations due to unseen or visually different data. To alleviate this issue, we propose aggregating the probability distributions of pose predictions, resulting in significantly improved performance, as shown in our experimental evaluation. Our proposed method could significantly benefit downstream tasks in marine robotics.
△ Less
Submitted 24 June, 2023;
originally announced June 2023.
-
1st Workshop on Maritime Computer Vision (MaCVi) 2023: Challenge Results
Authors:
Benjamin Kiefer,
Matej Kristan,
Janez Perš,
Lojze Žust,
Fabio Poiesi,
Fabio Augusto de Alcantara Andrade,
Alexandre Bernardino,
Matthew Dawkins,
Jenni Raitoharju,
Yitong Quan,
Adem Atmaca,
Timon Höfer,
Qiming Zhang,
Yufei Xu,
Jing Zhang,
Dacheng Tao,
Lars Sommer,
Raphael Spraul,
Hangyue Zhao,
Hongpu Zhang,
Yanyun Zhao,
Jan Lukas Augustin,
Eui-ik Jeon,
Impyeong Lee,
Luca Zedda
, et al. (48 additional authors not shown)
Abstract:
The 1$^{\text{st}}$ Workshop on Maritime Computer Vision (MaCVi) 2023 focused on maritime computer vision for Unmanned Aerial Vehicles (UAV) and Unmanned Surface Vehicle (USV), and organized several subchallenges in this domain: (i) UAV-based Maritime Object Detection, (ii) UAV-based Maritime Object Tracking, (iii) USV-based Maritime Obstacle Segmentation and (iv) USV-based Maritime Obstacle Detec…
▽ More
The 1$^{\text{st}}$ Workshop on Maritime Computer Vision (MaCVi) 2023 focused on maritime computer vision for Unmanned Aerial Vehicles (UAV) and Unmanned Surface Vehicle (USV), and organized several subchallenges in this domain: (i) UAV-based Maritime Object Detection, (ii) UAV-based Maritime Object Tracking, (iii) USV-based Maritime Obstacle Segmentation and (iv) USV-based Maritime Obstacle Detection. The subchallenges were based on the SeaDronesSee and MODS benchmarks. This report summarizes the main findings of the individual subchallenges and introduces a new benchmark, called SeaDronesSee Object Detection v2, which extends the previous benchmark by including more classes and footage. We provide statistical and qualitative analyses, and assess trends in the best-performing methodologies of over 130 submissions. The methods are summarized in the appendix. The datasets, evaluation code and the leaderboard are publicly available at https://seadronessee.cs.uni-tuebingen.de/macvi.
△ Less
Submitted 28 November, 2022; v1 submitted 24 November, 2022;
originally announced November 2022.
-
FourierMask: Instance Segmentation using Fourier Mapping in Implicit Neural Networks
Authors:
Hamd ul Moqeet Riaz,
Nuri Benbarka,
Timon Hoefer,
Andreas Zell
Abstract:
We present FourierMask, which employs Fourier series combined with implicit neural representations to generate instance segmentation masks. We apply a Fourier mapping (FM) to the coordinate locations and utilize the mapped features as inputs to an implicit representation (coordinate-based multi-layer perceptron (MLP)). FourierMask learns to predict the coefficients of the FM for a particular insta…
▽ More
We present FourierMask, which employs Fourier series combined with implicit neural representations to generate instance segmentation masks. We apply a Fourier mapping (FM) to the coordinate locations and utilize the mapped features as inputs to an implicit representation (coordinate-based multi-layer perceptron (MLP)). FourierMask learns to predict the coefficients of the FM for a particular instance, and therefore adapts the FM to a specific object. This allows FourierMask to be generalized to predict instance segmentation masks from natural images. Since implicit functions are continuous in the domain of input coordinates, we illustrate that by sub-sampling the input pixel coordinates, we can generate higher resolution masks during inference. Furthermore, we train a renderer MLP (FourierRend) on the uncertain predictions of FourierMask and illustrate that it significantly improves the quality of the masks. FourierMask shows competitive results on the MS COCO dataset compared to the baseline Mask R-CNN at the same output resolution and surpasses it on higher resolution.
△ Less
Submitted 17 March, 2022; v1 submitted 23 December, 2021;
originally announced December 2021.
-
Seeing Implicit Neural Representations as Fourier Series
Authors:
Nuri Benbarka,
Timon Höfer,
Hamd ul-moqeet Riaz,
Andreas Zell
Abstract:
Implicit Neural Representations (INR) use multilayer perceptrons to represent high-frequency functions in low-dimensional problem domains. Recently these representations achieved state-of-the-art results on tasks related to complex 3D objects and scenes. A core problem is the representation of highly detailed signals, which is tackled using networks with periodic activation functions (SIRENs) or a…
▽ More
Implicit Neural Representations (INR) use multilayer perceptrons to represent high-frequency functions in low-dimensional problem domains. Recently these representations achieved state-of-the-art results on tasks related to complex 3D objects and scenes. A core problem is the representation of highly detailed signals, which is tackled using networks with periodic activation functions (SIRENs) or applying Fourier mappings to the input. This work analyzes the connection between the two methods and shows that a Fourier mapped perceptron is structurally like one hidden layer SIREN. Furthermore, we identify the relationship between the previously proposed Fourier mapping and the general d-dimensional Fourier series, leading to an integer lattice mapping. Moreover, we modify a progressive training strategy to work on arbitrary Fourier mappings and show that it improves the generalization of the interpolation task. Lastly, we compare the different mappings on the image regression and novel view synthesis tasks. We confirm the previous finding that the main contributor to the mapping performance is the size of the embedding and standard deviation of its elements.
△ Less
Submitted 1 September, 2021;
originally announced September 2021.
-
Object detection and Autoencoder-based 6D pose estimation for highly cluttered Bin Picking
Authors:
Timon Höfer,
Faranak Shamsafar,
Nuri Benbarka,
Andreas Zell
Abstract:
Bin picking is a core problem in industrial environments and robotics, with its main module as 6D pose estimation. However, industrial depth sensors have a lack of accuracy when it comes to small objects. Therefore, we propose a framework for pose estimation in highly cluttered scenes with small objects, which mainly relies on RGB data and makes use of depth information only for pose refinement. I…
▽ More
Bin picking is a core problem in industrial environments and robotics, with its main module as 6D pose estimation. However, industrial depth sensors have a lack of accuracy when it comes to small objects. Therefore, we propose a framework for pose estimation in highly cluttered scenes with small objects, which mainly relies on RGB data and makes use of depth information only for pose refinement. In this work, we compare synthetic data generation approaches for object detection and pose estimation and introduce a pose filtering algorithm that determines the most accurate estimated poses. We will make our
△ Less
Submitted 15 June, 2021;
originally announced June 2021.
-
Using Multiple Imputation to Classify Potential Outcomes Subgroups
Authors:
Yun Li,
Irina Bondarenko,
Michael R. Elliott,
Timothy P. Hofer,
Jeremy M. G. Taylor
Abstract:
With medical tests becoming increasingly available, concerns about over-testing and over-treatment dramatically increase. Hence, it is important to understand the influence of testing on treatment selection in general practice. Most statistical methods focus on average effects of testing on treatment decisions. However, this may be ill-advised, particularly for patient subgroups that tend not to b…
▽ More
With medical tests becoming increasingly available, concerns about over-testing and over-treatment dramatically increase. Hence, it is important to understand the influence of testing on treatment selection in general practice. Most statistical methods focus on average effects of testing on treatment decisions. However, this may be ill-advised, particularly for patient subgroups that tend not to benefit from such tests. Furthermore, missing data are common, representing large and often unaddressed threats to the validity of statistical methods. Finally, it is desirable to conduct analyses that can be interpreted causally. We propose to classify patients into four potential outcomes subgroups, defined by whether or not a patient's treatment selection is changed by the test result and by the direction of how the test result changes treatment selection. This subgroup classification naturally captures the differential influence of medical testing on treatment selections for different patients, which can suggest targets to improve the utilization of medical tests. We can then examine patient characteristics associated with patient potential outcomes subgroup memberships. We used multiple imputation methods to simultaneously impute the missing potential outcomes as well as regular missing values. This approach can also provide estimates of many traditional causal quantities. We find that explicitly incorporating causal inference assumptions into the multiple imputation process can improve the precision for some causal estimates of interest. We also find that bias can occur when the potential outcomes conditional independence assumption is violated; sensitivity analyses are proposed to assess the impact of this violation. We applied the proposed methods to examine the influence of 21-gene assay, the most commonly used genomic test, on chemotherapy selection among breast cancer patients.
△ Less
Submitted 10 August, 2020;
originally announced August 2020.
-
Projected Sensitivity of the SuperCDMS SNOLAB experiment
Authors:
R. Agnese,
A. J. Anderson,
T. Aramaki,
I. Arnquist,
W. Baker,
D. Barker,
R. Basu Thakur,
D. A. Bauer,
A. Borgland,
M. A. Bowles,
P. L. Brink,
R. Bunker,
B. Cabrera,
D. O. Caldwell,
R. Calkins,
C. Cartaro,
D. G. Cerdeño,
H. Chagani,
Y. Chen,
J. Cooley,
B. Cornell,
P. Cushman,
M. Daal,
P. C. F. Di Stefano,
T. Doughty
, et al. (71 additional authors not shown)
Abstract:
SuperCDMS SNOLAB will be a next-generation experiment aimed at directly detecting low-mass (< 10 GeV/c$^2$) particles that may constitute dark matter by using cryogenic detectors of two types (HV and iZIP) and two target materials (germanium and silicon). The experiment is being designed with an initial sensitivity to nuclear recoil cross sections ~ 1 x 10$^{-43}$ cm$^2$ for a dark matter particle…
▽ More
SuperCDMS SNOLAB will be a next-generation experiment aimed at directly detecting low-mass (< 10 GeV/c$^2$) particles that may constitute dark matter by using cryogenic detectors of two types (HV and iZIP) and two target materials (germanium and silicon). The experiment is being designed with an initial sensitivity to nuclear recoil cross sections ~ 1 x 10$^{-43}$ cm$^2$ for a dark matter particle mass of 1 GeV/c$^2$, and with capacity to continue exploration to both smaller masses and better sensitivities. The phonon sensitivity of the HV detectors will be sufficient to detect nuclear recoils from sub-GeV dark matter. A detailed calibration of the detector response to low energy recoils will be needed to optimize running conditions of the HV detectors and to interpret their data for dark matter searches. Low-activity shielding, and the depth of SNOLAB, will reduce most backgrounds, but cosmogenically produced $^{3}$H and naturally occurring $^{32}$Si will be present in the detectors at some level. Even if these backgrounds are x10 higher than expected, the science reach of the HV detectors would be over three orders of magnitude beyond current results for a dark matter mass of 1 GeV/c$^2$. The iZIP detectors are relatively insensitive to variations in detector response and backgrounds, and will provide better sensitivity for dark matter particle masses (> 5 GeV/c$^2$). The mix of detector types (HV and iZIP), and targets (germanium and silicon), planned for the experiment, as well as flexibility in how the detectors are operated, will allow us to maximize the low-mass reach, and understand the backgrounds that the experiment will encounter. Upgrades to the experiment, perhaps with a variety of ultra-low-background cryogenic detectors, will extend dark matter sensitivity down to the "neutrino floor", where coherent scatters of solar neutrinos become a limiting background.
△ Less
Submitted 30 September, 2016;
originally announced October 2016.
-
WIMP-Search Results from the Second CDMSlite Run
Authors:
SuperCDMS Collaboration,
R. Agnese,
A. J. Anderson,
T. Aramaki,
M. Asai,
W. Baker,
D. Balakishiyeva,
D. Barker,
R. Basu Thakur,
D. A. Bauer,
J. Billard,
A. Borgland,
M. A. Bowles,
P. L. Brink,
R. Bunker,
B. Cabrera,
D. O. Caldwell,
R. Calkins,
D. G. Cerdeno,
H. Chagani,
Y. Chen,
J. Cooley,
B. Cornell,
P. Cushman,
M. Daal
, et al. (65 additional authors not shown)
Abstract:
The CDMS low ionization threshold experiment (CDMSlite) uses cryogenic germanium detectors operated at a relatively high bias voltage to amplify the phonon signal in the search for weakly interacting massive particles (WIMPs). Results are presented from the second CDMSlite run with an exposure of 70 kg days, which reached an energy threshold for electron recoils as low as 56 eV. A fiducialization…
▽ More
The CDMS low ionization threshold experiment (CDMSlite) uses cryogenic germanium detectors operated at a relatively high bias voltage to amplify the phonon signal in the search for weakly interacting massive particles (WIMPs). Results are presented from the second CDMSlite run with an exposure of 70 kg days, which reached an energy threshold for electron recoils as low as 56 eV. A fiducialization cut reduces backgrounds below those previously reported by CDMSlite. New parameter space for the WIMP-nucleon spin-independent cross section is excluded for WIMP masses between 1.6 and 5.5 GeV/$c^2$.
△ Less
Submitted 9 March, 2016; v1 submitted 8 September, 2015;
originally announced September 2015.
-
Improved WIMP-search reach of the CDMS II germanium data
Authors:
R. Agnese,
A. J. Anderson,
M. Asai,
D. Balakishiyeva,
D. Barker,
R. Basu Thakur,
D. A. Bauer,
J. Billard,
A. Borgland,
M. A. Bowles,
D. Brandt,
P. L. Brink,
R. Bunker,
B. Cabrera,
D. O. Caldwell,
R. Calkins,
D. G. Cerdeño,
H. Chagani,
Y. Chen,
J. Cooley,
B. Cornell,
C. H. Crewdson,
P. Cushman,
M. Daal,
P. C. F. Di Stefano
, et al. (64 additional authors not shown)
Abstract:
CDMS II data from the 5-tower runs at the Soudan Underground Laboratory were reprocessed with an improved charge-pulse fitting algorithm. Two new analysis techniques to reject surface-event backgrounds were applied to the 612 kg days germanium-detector WIMP-search exposure. An extended analysis was also completed by decreasing the 10 keV analysis threshold to $\sim$5 keV, to increase sensitivity n…
▽ More
CDMS II data from the 5-tower runs at the Soudan Underground Laboratory were reprocessed with an improved charge-pulse fitting algorithm. Two new analysis techniques to reject surface-event backgrounds were applied to the 612 kg days germanium-detector WIMP-search exposure. An extended analysis was also completed by decreasing the 10 keV analysis threshold to $\sim$5 keV, to increase sensitivity near a WIMP mass of 8 GeV/$c^2$. After unblinding, there were zero candidate events above a deposited energy of 10 keV and 6 events in the lower-threshold analysis. This yielded minimum WIMP-nucleon spin-independent scattering cross-section limits of $1.8 \times 10^{-44}$ and $1.18 \times 10 ^{-41}$ cm$^2$ at 90\% confidence for 60 and 8.6 GeV/$c^2$ WIMPs, respectively. This improves the previous CDMS II result by a factor of 2.4 (2.7) for 60 (8.6) GeV/$c^2$ WIMPs.
△ Less
Submitted 13 October, 2015; v1 submitted 22 April, 2015;
originally announced April 2015.
-
Dark matter effective field theory scattering in direct detection experiments
Authors:
K. Schneck,
B. Cabrera,
D. G. Cerdeno,
V. Mandic,
H. E. Rogers,
R. Agnese,
A. J. Anderson,
M. Asai,
D. Balakishiyeva,
D. Barker,
R. Basu Thakur,
D. A. Bauer,
J. Billard,
A. Borgland,
D. Brandt,
P. L. Brink,
R. Bunker,
D. O. Caldwell,
R. Calkins,
H. Chagani,
Y. Chen,
J. Cooley,
B. Cornell,
C. H. Crewdson,
P. Cushman
, et al. (62 additional authors not shown)
Abstract:
We examine the consequences of the effective field theory (EFT) of dark matter-nucleon scattering for current and proposed direct detection experiments. Exclusion limits on EFT coupling constants computed using the optimum interval method are presented for SuperCDMS Soudan, CDMS II, and LUX, and the necessity of combining results from multiple experiments in order to determine dark matter paramete…
▽ More
We examine the consequences of the effective field theory (EFT) of dark matter-nucleon scattering for current and proposed direct detection experiments. Exclusion limits on EFT coupling constants computed using the optimum interval method are presented for SuperCDMS Soudan, CDMS II, and LUX, and the necessity of combining results from multiple experiments in order to determine dark matter parameters is discussed. We demonstrate that spectral differences between the standard dark matter model and a general EFT interaction can produce a bias when calculating exclusion limits and when developing signal models for likelihood and machine learning techniques. We also discuss the implications of the EFT for the next-generation (G2) direct detection experiments and point out regions of complementarity in the EFT parameter space.
△ Less
Submitted 16 August, 2016; v1 submitted 11 March, 2015;
originally announced March 2015.
-
Maximum Likelihood Analysis of Low Energy CDMS II Germanium Data
Authors:
SuperCDMS Collaboration,
R. Agnese,
A. J. Anderson,
D. Balakishiyeva,
R. Basu Thakur,
D. A. Bauer,
J. Billard,
A. Borgland,
M. A. Bowles,
D. Brandt,
P. L. Brink,
R. Bunker,
B. Cabrera,
D. O. Caldwell,
D. G. Cerdeno,
H. Chagani,
Y. Chen,
J. Cooley,
B. Cornell,
C. H. Crewdson,
P. Cushman,
M. Daal,
P. C. F. Di Stefano,
T. Doughty,
L. Esteban
, et al. (62 additional authors not shown)
Abstract:
We report on the results of a search for a Weakly Interacting Massive Particle (WIMP) signal in low-energy data of the Cryogenic Dark Matter Search (CDMS~II) experiment using a maximum likelihood analysis. A background model is constructed using GEANT4 to simulate the surface-event background from $^{210}$Pb decay-chain events, while using independent calibration data to model the gamma background…
▽ More
We report on the results of a search for a Weakly Interacting Massive Particle (WIMP) signal in low-energy data of the Cryogenic Dark Matter Search (CDMS~II) experiment using a maximum likelihood analysis. A background model is constructed using GEANT4 to simulate the surface-event background from $^{210}$Pb decay-chain events, while using independent calibration data to model the gamma background. Fitting this background model to the data results in no statistically significant WIMP component. In addition, we perform fits using an analytic ad hoc background model proposed by Collar and Fields, who claimed to find a large excess of signal-like events in our data. We confirm the strong preference for a signal hypothesis in their analysis under these assumptions, but excesses are observed in both single- and multiple-scatter events, which implies the signal is not caused by WIMPs, but rather reflects the inadequacy of their background model.
△ Less
Submitted 3 October, 2014;
originally announced October 2014.
-
First direct limits on Lightly Ionizing Particles with electric charge less than $e/6$
Authors:
R. Agnese,
A. J. Anderson,
D. Balakishiyeva,
R. Basu Thakur,
D. A. Bauer,
J. Billard,
A. Borgland,
M. A. Bowles,
D. Brandt,
P. L. Brink,
R. Bunker,
B. Cabrera,
D. O. Caldwell,
D. G. Cerdeno,
H. Chagani,
Y. Chen,
J. Cooley,
B. Cornell,
C. H. Crewdson,
P. Cushman,
M. Daal,
P. C. F. Di Stefano,
T. Doughty,
L. Esteban,
S. Fallows
, et al. (60 additional authors not shown)
Abstract:
While the Standard Model of particle physics does not include free particles with fractional charge, experimental searches have not ruled out their existence. We report results from the Cryogenic Dark Matter Search (CDMS II) experiment that give the first direct-detection limits for cosmogenically-produced relativistic particles with electric charge lower than $e$/6. A search for tracks in the six…
▽ More
While the Standard Model of particle physics does not include free particles with fractional charge, experimental searches have not ruled out their existence. We report results from the Cryogenic Dark Matter Search (CDMS II) experiment that give the first direct-detection limits for cosmogenically-produced relativistic particles with electric charge lower than $e$/6. A search for tracks in the six stacked detectors of each of two of the CDMS II towers found no candidates, thereby excluding new parameter space for particles with electric charges between $e$/6 and $e$/200.
△ Less
Submitted 3 February, 2015; v1 submitted 10 September, 2014;
originally announced September 2014.
-
Search for Low-Mass WIMPs with SuperCDMS
Authors:
R. Agnese,
A. J. Anderson,
M. Asai,
D. Balakishiyeva,
R. Basu Thakur,
D. A. Bauer,
J. Beaty,
J. Billard,
A. Borgland,
M. A. Bowles,
D. Brandt,
P. L. Brink,
R. Bunker,
B. Cabrera,
D. O. Caldwell,
D. G. Cerdeno,
H. Chagani,
Y. Chen,
M. Cherry,
J. Cooley,
B. Cornell,
C. H. Crewdson,
P. Cushman,
M. Daal,
D. DeVaney
, et al. (70 additional authors not shown)
Abstract:
We report a first search for weakly interacting massive particles (WIMPs) using the background rejection capabilities of SuperCDMS. An exposure of 577 kg-days was analyzed for WIMPs with mass < 30 GeV/c2, with the signal region blinded. Eleven events were observed after unblinding. We set an upper limit on the spin-independent WIMP-nucleon cross section of 1.2e-42 cm2 at 8 GeV/c2. This result is i…
▽ More
We report a first search for weakly interacting massive particles (WIMPs) using the background rejection capabilities of SuperCDMS. An exposure of 577 kg-days was analyzed for WIMPs with mass < 30 GeV/c2, with the signal region blinded. Eleven events were observed after unblinding. We set an upper limit on the spin-independent WIMP-nucleon cross section of 1.2e-42 cm2 at 8 GeV/c2. This result is in tension with WIMP interpretations of recent experiments and probes new parameter space for WIMP-nucleon scattering for WIMP masses < 6 GeV/c2.
△ Less
Submitted 12 March, 2014; v1 submitted 28 February, 2014;
originally announced February 2014.
-
CDMSlite: A Search for Low-Mass WIMPs using Voltage-Assisted Calorimetric Ionization Detection in the SuperCDMS Experiment
Authors:
R. Agnese,
A. J. Anderson,
M. Asai,
D. Balakishiyeva,
R. Basu Thakur,
D. A. Bauer,
J. Billard,
A. Borgland,
M. A. Bowles,
D. Brandt,
P. L. Brink,
R. Bunker,
B. Cabrera,
D. O. Caldwell,
D. G. Cerdeno,
H. Chagani,
J. Cooley,
B. Cornell,
C. H. Crewdson,
P. Cushman,
M. Daal,
P. C. F. Di Stefano,
T. Doughty,
L. Esteban,
S. Fallows
, et al. (55 additional authors not shown)
Abstract:
SuperCDMS is an experiment designed to directly detect Weakly Interacting Massive Particles (WIMPs), a favored candidate for dark matter ubiquitous in the Universe. In this paper, we present WIMP-search results using a calorimetric technique we call CDMSlite, which relies on voltage- assisted Luke-Neganov amplification of the ionization energy deposited by particle interactions. The data were coll…
▽ More
SuperCDMS is an experiment designed to directly detect Weakly Interacting Massive Particles (WIMPs), a favored candidate for dark matter ubiquitous in the Universe. In this paper, we present WIMP-search results using a calorimetric technique we call CDMSlite, which relies on voltage- assisted Luke-Neganov amplification of the ionization energy deposited by particle interactions. The data were collected with a single 0.6 kg germanium detector running for 10 live days at the Soudan Underground Laboratory. A low energy threshold of 170 eVee (electron equivalent) was obtained, which allows us to constrain new WIMP-nucleon spin-independent parameter space for WIMP masses below 6 GeV/c2.
△ Less
Submitted 20 December, 2013; v1 submitted 12 September, 2013;
originally announced September 2013.
-
Demonstration of Surface Electron Rejection with Interleaved Germanium Detectors for Dark Matter Searches
Authors:
R. Agnese,
A. J. Anderson,
D. Balakishiyeva,
R. Basu Thakur,
D. A. Bauer,
A. Borgland,
D. Brandt,
P. L. Brink,
R. Bunker,
B. Cabrera,
D. O. Caldwell,
D. G. Cerdeno,
H. Chagani,
M. Cherry,
J. Cooley,
B. Cornell,
C. H. Crewdson,
P. Cushman,
M. Daal,
P. C. F. Di Stefano,
E. Do Couto E Silva,
T. Doughty,
L. Esteban,
S. Fallows,
E. Figueroa-Feliciano
, et al. (66 additional authors not shown)
Abstract:
The SuperCDMS experiment in the Soudan Underground Laboratory searches for dark matter with a 9-kg array of cryogenic germanium detectors. Symmetric sensors on opposite sides measure both charge and phonons from each particle interaction, providing excellent discrimination between electron and nuclear recoils, and between surface and interior events. Surface event rejection capabilities were teste…
▽ More
The SuperCDMS experiment in the Soudan Underground Laboratory searches for dark matter with a 9-kg array of cryogenic germanium detectors. Symmetric sensors on opposite sides measure both charge and phonons from each particle interaction, providing excellent discrimination between electron and nuclear recoils, and between surface and interior events. Surface event rejection capabilities were tested with two $^{210}$Pb sources producing $\sim$130 beta decays/hr. In $\sim$800 live hours, no events leaked into the 8--115 keV signal region, giving upper limit leakage fraction $1.7 \times 10^{-5}$ at 90% C.L., corresponding to $< 0.6$ surface event background in the future 200-kg SuperCDMS SNOLAB experiment.
△ Less
Submitted 4 October, 2013; v1 submitted 10 May, 2013;
originally announced May 2013.
-
Silicon Detector Dark Matter Results from the Final Exposure of CDMS II
Authors:
CDMS Collaboration,
R. Agnese,
Z. Ahmed,
A. J. Anderson,
S. Arrenberg,
D. Balakishiyeva,
R. Basu Thakur,
D. A. Bauer,
J. Billard,
A. Borgland,
D. Brandt,
P. L. Brink,
T. Bruch,
R. Bunker,
B. Cabrera,
D. O. Caldwell,
D. G. Cerdeno,
H. Chagani,
J. Cooley,
B. Cornell,
C. H. Crewdson,
P. Cushman,
M. Daal,
F. Dejongh,
E. Do Couto E Silva
, et al. (66 additional authors not shown)
Abstract:
We report results of a search for Weakly Interacting Massive Particles (WIMPS) with the silicon detectors of the CDMS II experiment. This blind analysis of 140.2 kg-days of data taken between July 2007 and September 2008 revealed three WIMP-candidate events with a surface-event background estimate of 0.41^{+0.20}_{-0.08}(stat.)^{+0.28}_{-0.24}(syst.). Other known backgrounds from neutrons and 206P…
▽ More
We report results of a search for Weakly Interacting Massive Particles (WIMPS) with the silicon detectors of the CDMS II experiment. This blind analysis of 140.2 kg-days of data taken between July 2007 and September 2008 revealed three WIMP-candidate events with a surface-event background estimate of 0.41^{+0.20}_{-0.08}(stat.)^{+0.28}_{-0.24}(syst.). Other known backgrounds from neutrons and 206Pb are limited to < 0.13 and <0.08 events at the 90% confidence level, respectively. The exposure of this analysis is equivalent to 23.4 kg-days for a recoil energy range of 7-100 keV for a WIMP of mass 10 GeV/c2. The probability that the known backgrounds would produce three or more events in the signal region is 5.4%. A profile likelihood ratio test of the three events that includes the measured recoil energies gives a 0.19% probability for the known-background-only hypothesis when tested against the alternative WIMP+background hypothesis. The highest likelihood occurs for a WIMP mass of 8.6 GeV/c2 and WIMP-nucleon cross section of 1.9e-41 cm2.
△ Less
Submitted 11 October, 2013; v1 submitted 15 April, 2013;
originally announced April 2013.
-
Silicon detector results from the first five-tower run of CDMS II
Authors:
CDMS Collaboration,
R. Agnese,
Z. Ahmed,
A. J. Anderson,
S. Arrenberg,
D. Balakishiyeva,
R. Basu Thakur,
D. A. Bauer,
A. Borgland,
D. Brandt,
P. L. Brink,
T. Bruch,
R. Bunker,
B. Cabrera,
D. O. Caldwell,
D. G. Cerdeno,
H. Chagani,
J. Cooley,
B. Cornell,
C. H. Crewdson,
P. Cushman,
M. Daal,
F. Dejongh,
P. C. F. Di Stefano,
E. do Couto e Silva
, et al. (65 additional authors not shown)
Abstract:
We report results of a search for Weakly Interacting Massive Particles (WIMPs) with the Si detectors of the CDMS II experiment. This report describes a blind analysis of the first data taken with CDMS II's full complement of detectors in 2006-2007; results from this exposure using the Ge detectors have already been presented. We observed no candidate WIMP-scattering events in an exposure of 55.9 k…
▽ More
We report results of a search for Weakly Interacting Massive Particles (WIMPs) with the Si detectors of the CDMS II experiment. This report describes a blind analysis of the first data taken with CDMS II's full complement of detectors in 2006-2007; results from this exposure using the Ge detectors have already been presented. We observed no candidate WIMP-scattering events in an exposure of 55.9 kg-days before analysis cuts, with an expected background of ~1.1 events. The exposure of this analysis is equivalent to 10.3 kg-days over a recoil energy range of 7-100 keV for an ideal Si detector and a WIMP mass of 10 GeV/c2. These data set an upper limit of 1.7x10-41 cm2 on the WIMP-nucleon spin-independent cross section of a 10 GeV/c2 WIMP. These data exclude parameter space for spin-independent WIMP-nucleon elastic scattering that is relevant to recent searches for low-mass WIMPs.
△ Less
Submitted 14 September, 2013; v1 submitted 12 April, 2013;
originally announced April 2013.
-
Search for annual modulation in low-energy CDMS-II data
Authors:
CDMS Collaboration,
Z. Ahmed,
D. S. Akerib,
A. J. Anderson,
S. Arrenberg,
C. N. Bailey,
D. Balakishiyeva,
L. Baudis,
D. A. Bauer,
P. L. Brink,
T. Bruch,
R. Bunker,
B. Cabrera,
D. O. Caldwell,
J. Cooley,
P. Cushman,
M. Daal,
F. DeJongh,
P. C. F. Di Stefano,
M. R. Dragowsky,
S. Fallows,
E. Figueroa-Feliciano,
J. Filippini,
J. Fox,
M. Fritts
, et al. (42 additional authors not shown)
Abstract:
We report limits on annual modulation of the low-energy event rate from the Cryogenic Dark Matter Search (CDMS II) experiment at the Soudan Underground Laboratory. Such a modulation could be produced by interactions from Weakly Interacting Massive Particles (WIMPs) with masses ~10 GeV/c^2. We find no evidence for annual modulation in the event rate of veto-anticoincident single-detector interactio…
▽ More
We report limits on annual modulation of the low-energy event rate from the Cryogenic Dark Matter Search (CDMS II) experiment at the Soudan Underground Laboratory. Such a modulation could be produced by interactions from Weakly Interacting Massive Particles (WIMPs) with masses ~10 GeV/c^2. We find no evidence for annual modulation in the event rate of veto-anticoincident single-detector interactions consistent with nuclear recoils, and constrain the magnitude of any modulation to <0.06 event [keVnr kg day]^-1 in the 5-11.9 keVnr energy range at the 99% confidence level. These results disfavor an explanation for the reported modulation in the 1.2-3.2 keVee energy range in CoGeNT in terms of nuclear recoils resulting from elastic scattering of WIMPs at >98% confidence. For events consistent with electron recoils, no significant modulation is observed for either single- or multiple-detector interactions in the 3.0-7.4 keVee range.
△ Less
Submitted 18 September, 2012; v1 submitted 6 March, 2012;
originally announced March 2012.