Skip to main content

Showing 1–11 of 11 results for author: Andersen, N

Searching in archive cs. Search in all archives.
.
  1. arXiv:2405.05049  [pdf

    cs.CL

    Seeds of Stereotypes: A Large-Scale Textual Analysis of Race and Gender Associations with Diseases in Online Sources

    Authors: Lasse Hyldig Hansen, Nikolaj Andersen, Jack Gallifant, Liam G. McCoy, James K Stone, Nura Izath, Marcela Aguirre-Jerez, Danielle S Bitterman, Judy Gichoya, Leo Anthony Celi

    Abstract: Background Advancements in Large Language Models (LLMs) hold transformative potential in healthcare, however, recent work has raised concern about the tendency of these models to produce outputs that display racial or gender biases. Although training data is a likely source of such biases, exploration of disease and demographic associations in text data at scale has been limited. Methods We cond… ▽ More

    Submitted 8 May, 2024; originally announced May 2024.

  2. arXiv:2307.06658  [pdf

    cs.SE

    Pair Programming Practiced in Hybrid Work

    Authors: Anastasiia Tkalich, Nils Brede Moe, Nina Haugland Andersen, Viktoria Stray, Astri Moksnes Barbala

    Abstract: Pair programming (PP) has been a widespread practice for decades and is known for facilitating knowledge exchange and improving the quality of software. Many agilists advocated the importance of collocation, face-to-face interaction, and physical artifacts incorporated in the shared workspace when pairing. After a long period of forced work-from-home, many knowledge workers prefer to work remotely… ▽ More

    Submitted 13 July, 2023; originally announced July 2023.

  3. arXiv:2304.02641  [pdf, other

    stat.ML cs.LG

    Self-Distillation for Gaussian Process Regression and Classification

    Authors: Kenneth Borup, Lars Nørvang Andersen

    Abstract: We propose two approaches to extend the notion of knowledge distillation to Gaussian Process Regression (GPR) and Gaussian Process Classification (GPC); data-centric and distribution-centric. The data-centric approach resembles most current distillation techniques for machine learning, and refits a model on deterministic predictions from the teacher, while the distribution-centric approach, re-use… ▽ More

    Submitted 5 April, 2023; originally announced April 2023.

    Comments: 10 pages; code at https://github.com/Kennethborup/gaussian_process_self_distillation

  4. What happens to psychological safety when going remote?

    Authors: Anastasiia Tkalich, Darja Smite, Nina Haugland Andersen, Nils Brede Moe

    Abstract: Psychological safety is a precondition for learning and success in software teams. Companies such as SavingsBank, which is discussed in this article, have developed good practices to facilitate psychological safety, most of which depend on face-to-face interaction. However, what happens to psychological safety when working remotely? In this article, we explore how Norwegian software developers exp… ▽ More

    Submitted 26 August, 2022; originally announced August 2022.

  5. arXiv:2202.00099  [pdf, other

    math.OC cs.LG

    A Comparison of Different Approaches to Dynamic Origin-Destination Matrix Estimation in Urban Traffic

    Authors: Nicklas Sindlev Andersen, Marco Chiarandini, Kristian Debrabant

    Abstract: Given the counters of vehicles that traverse the roads of a traffic network, we reconstruct the travel demand that generated them expressed in terms of the number of origin-destination trips made by users. We model the problem as a bi-level optimization problem. At the inner-level, given a tentative demand, we solve a Dynamic Traffic Assignment (DTA) problem to decide the routing of the users betw… ▽ More

    Submitted 31 May, 2022; v1 submitted 31 January, 2022; originally announced February 2022.

  6. arXiv:2110.13128  [pdf, other

    cs.LG

    Detecting Wandering Behavior of People with Dementia

    Authors: Nicklas Sindlev Andersen, Marco Chiarandini, Stefan Jänicke, Panagiotis Tampakis, Arthur Zimek

    Abstract: Wandering is a problematic behavior in people with dementia that can lead to dangerous situations. To alleviate this problem we design an approach for the real-time automatic detection of wandering leading to getting lost. The approach relies on GPS data to determine frequent locations between which movement occurs and a step that transforms GPS data into geohash sequences. Those can be used to fi… ▽ More

    Submitted 25 October, 2021; originally announced October 2021.

  7. arXiv:2110.06255  [pdf, ps, other

    cs.LG cs.CR

    Not all noise is accounted equally: How differentially private learning benefits from large sampling rates

    Authors: Friedrich Dörmann, Osvald Frisk, Lars Nørvang Andersen, Christian Fischer Pedersen

    Abstract: Learning often involves sensitive data and as such, privacy preserving extensions to Stochastic Gradient Descent (SGD) and other machine learning algorithms have been developed using the definitions of Differential Privacy (DP). In differentially private SGD, the gradients computed at each training iteration are subject to two different types of noise. Firstly, inherent sampling noise arising from… ▽ More

    Submitted 12 October, 2021; originally announced October 2021.

    Comments: 2021 IEEE International Workshop on Machine Learning for Signal Processing (MLSP)

  8. arXiv:2103.11790  [pdf, other

    cs.CL cs.CY

    Large Pre-trained Language Models Contain Human-like Biases of What is Right and Wrong to Do

    Authors: Patrick Schramowski, Cigdem Turan, Nico Andersen, Constantin A. Rothkopf, Kristian Kersting

    Abstract: Artificial writing is permeating our lives due to recent advances in large-scale, transformer-based language models (LMs) such as BERT, its variants, GPT-2/3, and others. Using them as pre-trained models and fine-tuning them for specific tasks, researchers have extended state of the art for many NLP tasks and shown that they capture not only linguistic knowledge but also retain general knowledge i… ▽ More

    Submitted 14 February, 2022; v1 submitted 8 March, 2021; originally announced March 2021.

  9. Wandering and getting lost: the architecture of an app activating local communities on dementia issues

    Authors: Nicklas Sindlev Andersen, Marco Chiarandini, Jacopo Mauro

    Abstract: We describe the architecture of Sammen Om Demens (SOD), an application for portable devices aiming at hel** persons with dementia when wandering and getting lost through the involvement of caregivers, family members, and ordinary citizens who volunteer. To enable the real-time detection of a person with dementia that has lost orientation, we transfer location data at high frequency from a fron… ▽ More

    Submitted 25 October, 2021; v1 submitted 11 March, 2021; originally announced March 2021.

  10. arXiv:2102.13088  [pdf, other

    cs.LG stat.ML

    Even your Teacher Needs Guidance: Ground-Truth Targets Dampen Regularization Imposed by Self-Distillation

    Authors: Kenneth Borup, Lars N. Andersen

    Abstract: Knowledge distillation is classically a procedure where a neural network is trained on the output of another network along with the original targets in order to transfer knowledge between the architectures. The special case of self-distillation, where the network architectures are identical, has been observed to improve generalization accuracy. In this paper, we consider an iterative variant of se… ▽ More

    Submitted 15 October, 2021; v1 submitted 25 February, 2021; originally announced February 2021.

    Comments: To be published at NeurIPS 2021; 21 pages, 14 figures

  11. arXiv:0710.4839  [pdf

    cs.AR

    A 97mW 110MS/s 12b Pipeline ADC Implemented in 0.18$μ$m Digital CMOS

    Authors: Terje N. Andersen, Atle Briskemyr, Frode Telsto, Johnny Bjornsen, Thomas E. Bonnerud, Bjornar Hernes, Oystein Moldsvor

    Abstract: A 12 bit Pipeline ADC fabricated in a 0.18 $μ$m pure digital CMOS technology is presented. Its nominal conversion rate is 110MS/s and the nominal supply voltage is 1.8V. The effective number of bits is 10.4 when a 10MHz input signal with 2V_{P-P} signal swing is applied. The occupied silicon area is 0.86mm^2 and the power consumption equals 97mW. A switched capacitor bias current circuit scale t… ▽ More

    Submitted 25 October, 2007; originally announced October 2007.

    Comments: Submitted on behalf of EDAA (http://www.edaa.com/)

    Journal ref: Dans Design, Automation and Test in Europe | Designers'Forum - DATE'05, Munich : Allemagne (2005)