Skip to main content

Showing 1–21 of 21 results for author: Hartmann, V

.
  1. arXiv:2403.10745  [pdf, other

    cs.RO

    iDb-RRT: Sampling-based Kinodynamic Motion Planning with Motion Primitives and Trajectory Optimization

    Authors: Joaquim Ortiz-Haro, Wolfgang Hönig, Valentin N. Hartmann, Marc Toussaint, Ludovic Righetti

    Abstract: Rapidly-exploring Random Trees (RRT) and its variations have emerged as a robust and efficient tool for finding collision-free paths in robotic systems. However, adding dynamic constraints makes the motion planning problem significantly harder, as it requires solving two-value boundary problems (computationally expensive) or propagating random control inputs (uninformative). Alternatively, Iterati… ▽ More

    Submitted 15 March, 2024; originally announced March 2024.

    Comments: Preprint, submitted to IROS 2024

  2. arXiv:2403.02241  [pdf, other

    cs.LG cs.AI cs.CV

    Neural Redshift: Random Networks are not Random Functions

    Authors: Damien Teney, Armand Nicolicioiu, Valentin Hartmann, Ehsan Abbasnejad

    Abstract: Our understanding of the generalization capabilities of neural networks (NNs) is still incomplete. Prevailing explanations are based on implicit biases of gradient descent (GD) but they cannot account for the capabilities of models from gradient-free methods nor the simplicity bias recently observed in untrained networks. This paper seeks other sources of generalization in NNs. Findings. To unde… ▽ More

    Submitted 5 March, 2024; v1 submitted 4 March, 2024; originally announced March 2024.

    Journal ref: IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2024

  3. arXiv:2311.03553  [pdf, other

    cs.RO

    iDb-A*: Iterative Search and Optimization for Optimal Kinodynamic Motion Planning

    Authors: Joaquim Ortiz-Haro, Wolfgang Hoenig, Valentin N. Hartmann, Marc Toussaint

    Abstract: Motion planning for robotic systems with complex dynamics is a challenging problem. While recent sampling-based algorithms achieve asymptotic optimality by propagating random control inputs, their empirical convergence rate is often poor, especially in high-dimensional systems such as multirotors. An alternative approach is to first plan with a simplified geometric model and then use trajectory op… ▽ More

    Submitted 6 November, 2023; originally announced November 2023.

  4. arXiv:2310.18362  [pdf, ps, other

    cs.CL cs.CR cs.LG

    SoK: Memorization in General-Purpose Large Language Models

    Authors: Valentin Hartmann, Anshuman Suri, Vincent Bindschaedler, David Evans, Shruti Tople, Robert West

    Abstract: Large Language Models (LLMs) are advancing at a remarkable pace, with myriad applications under development. Unlike most earlier machine learning models, they are no longer built for one specific application but are designed to excel in a wide range of tasks. A major part of this success is due to their huge training datasets and the unprecedented number of model parameters, which allow them to me… ▽ More

    Submitted 24 October, 2023; originally announced October 2023.

  5. arXiv:2305.17527  [pdf, other

    cs.RO

    Towards computing low-makespan solutions for multi-arm multi-task planning problems

    Authors: Valentin N. Hartmann, Marc Toussaint

    Abstract: We propose an approach to find low-makespan solutions to multi-robot multi-task planning problems in environments where robots block each other from completing tasks simultaneously. We introduce a formulation of the problem that allows for an approach based on greedy descent with random restarts for generation of the task assignment and task sequence. We then use a multi-agent path planner to eval… ▽ More

    Submitted 2 June, 2023; v1 submitted 27 May, 2023; originally announced May 2023.

    Comments: Workshop for Planning and Robotics (PlanRob), International Conference on Automated Planning and Scheduling (ICAPS), 2023

  6. Prompted LLMs as Chatbot Modules for Long Open-domain Conversation

    Authors: Gibbeum Lee, Volker Hartmann, Jongho Park, Dimitris Papailiopoulos, Kangwook Lee

    Abstract: In this paper, we propose MPC (Modular Prompted Chatbot), a new approach for creating high-quality conversational agents without the need for fine-tuning. Our method utilizes pre-trained large language models (LLMs) as individual modules for long-term consistency and flexibility, by using techniques such as few-shot prompting, chain-of-thought (CoT), and external memory. Our human evaluation resul… ▽ More

    Submitted 8 May, 2023; originally announced May 2023.

    Comments: Accepted to the Findings of ACL2023. The camera-ready version with additional experimental results will be uploaded

  7. arXiv:2303.00637  [pdf, other

    cs.RO

    Efficient Path Planning In Manipulation Planning Problems by Actively Reusing Validation Effort

    Authors: Valentin N. Hartmann, Joaquim Ortiz-Haro, Marc Toussaint

    Abstract: The path planning problems arising in manipulation planning and in task and motion planning settings are typically repetitive: the same manipulator moves in a space that only changes slightly. Despite this potential for reuse of information, few planners fully exploit the available information. To better enable this reuse, we decompose the collision checking into reusable, and non-reusable parts.… ▽ More

    Submitted 1 March, 2023; originally announced March 2023.

  8. arXiv:2210.07228  [pdf, other

    cs.CL cs.LG

    Language Model Decoding as Likelihood-Utility Alignment

    Authors: Martin Josifoski, Maxime Peyrard, Frano Rajic, Jiheng Wei, Debjit Paul, Valentin Hartmann, Barun Patra, Vishrav Chaudhary, Emre Kıcıman, Boi Faltings, Robert West

    Abstract: A critical component of a successful language generation pipeline is the decoding algorithm. However, the general principles that should guide the choice of a decoding algorithm remain unclear. Previous works only compare decoding algorithms in narrow scenarios, and their findings do not generalize across tasks. We argue that the misalignment between the model's likelihood and the task-specific no… ▽ More

    Submitted 16 March, 2023; v1 submitted 13 October, 2022; originally announced October 2022.

    Comments: Accepted at EACL (Findings) 2023

  9. DiPPS: Differentially Private Propensity Scores for Bias Correction

    Authors: Liangwei Chen, Valentin Hartmann, Robert West

    Abstract: In surveys, it is typically up to the individuals to decide if they want to participate or not, which leads to participation bias: the individuals willing to share their data might not be representative of the entire population. Similarly, there are cases where one does not have direct access to any data of the target population and has to resort to publicly available proxy data sampled from a dif… ▽ More

    Submitted 19 June, 2023; v1 submitted 5 October, 2022; originally announced October 2022.

    Comments: 11 pages, 2 figures. Current version: conference version

    Journal ref: Proceedings of the Seventeenth International AAAI Conference on Web and Social Media (2023) 114-125

  10. arXiv:2209.13697  [pdf, ps, other

    cs.CR

    On the Choice of Databases in Differential Privacy Composition

    Authors: Valentin Hartmann, Vincent Bindschaedler, Robert West

    Abstract: Differential privacy (DP) is a widely applied paradigm for releasing data while maintaining user privacy. Its success is to a large part due to its composition property that guarantees privacy even in the case of multiple data releases. Consequently, composition has received a lot of attention from the research community: there exist several composition theorems for adversaries with different amou… ▽ More

    Submitted 27 September, 2022; originally announced September 2022.

    Comments: 14 pages, 0 figures

  11. arXiv:2209.08541  [pdf, other

    cs.CR cs.LG

    Distribution inference risks: Identifying and mitigating sources of leakage

    Authors: Valentin Hartmann, Léo Meynent, Maxime Peyrard, Dimitrios Dimitriadis, Shruti Tople, Robert West

    Abstract: A large body of work shows that machine learning (ML) models can leak sensitive or confidential information about their training data. Recently, leakage due to distribution inference (or property inference) attacks is gaining attention. In this attack, the goal of an adversary is to infer distributional information about the training data. So far, research on distribution inference has focused on… ▽ More

    Submitted 18 September, 2022; originally announced September 2022.

    Comments: 14 pages, 8 figures

  12. Effort Informed Roadmaps (EIRM*): Efficient Asymptotically Optimal Multiquery Planning by Actively Reusing Validation Effort

    Authors: Valentin N. Hartmann, Marlin P. Strub, Marc Toussaint, Jonathan D. Gammell

    Abstract: Multiquery planning algorithms find paths between various different starts and goals in a single search space. They are designed to do so efficiently by reusing information across planning queries. This information may be computed before or during the search and often includes knowledge of valid paths. Using known valid paths to solve an individual planning query takes less computational effort th… ▽ More

    Submitted 18 April, 2023; v1 submitted 17 May, 2022; originally announced May 2022.

    Comments: 16 pages, 7 figures, 1 table. Video and code available at https://robotic-esp.com/code/eirmstar/

    Journal ref: Proceedings of the International Symposium on Robotics Research (ISRR), 2022

  13. Privacy accounting $\varepsilon$conomics: Improving differential privacy composition via a posteriori bounds

    Authors: Valentin Hartmann, Vincent Bindschaedler, Alexander Bentkamp, Robert West

    Abstract: Differential privacy (DP) is a widely used notion for reasoning about privacy when publishing aggregate data. In this paper, we observe that certain DP mechanisms are amenable to a posteriori privacy analysis that exploits the fact that some outputs leak less information about the input database than others. To exploit this phenomenon, we introduce output differential privacy (ODP) and a new compo… ▽ More

    Submitted 19 June, 2023; v1 submitted 6 May, 2022; originally announced May 2022.

    Comments: 25 pages, 2 figures. The formal proof and the code for generating the plots can be found at https://doi.org/10.6084/m9.figshare.19330649 Current version: fixed a mistake in the legend of Fig. 1

    Journal ref: Proceedings on Privacy Enhancing Technologies 3 (2022) 222-246

  14. arXiv:2203.02176  [pdf, other

    cs.RO

    ST-RRT*: Asymptotically-Optimal Bidirectional Motion Planning through Space-Time

    Authors: Francesco Grothe, Valentin N. Hartmann, Andreas Orthey, Marc Toussaint

    Abstract: We present a motion planner for planning through space-time with dynamic obstacles, velocity constraints, and unknown arrival time. Our algorithm, Space-Time RRT* (ST-RRT*), is a probabilistically complete, bidirectional motion planning algorithm, which is asymptotically optimal with respect to the shortest arrival time. We experimentally evaluate ST-RRT* in both abstract (2D disk, 8D disk in clut… ▽ More

    Submitted 4 March, 2022; originally announced March 2022.

    Comments: 7 pages, 5 figures, accepted at ICRA 2022

  15. Long-Horizon Multi-Robot Rearrangement Planning for Construction Assembly

    Authors: Valentin Noah Hartmann, Andreas Orthey, Danny Driess, Ozgur S. Oguz, Marc Toussaint

    Abstract: Robotic assembly planning enables architects to explicitly account for the assembly process during the design phase, and enables efficient building methods that profit from the robots' different capabilities. Previous work has addressed planning of robot assembly sequences and identifying the feasibility of architectural designs. This paper extends previous work by enabling planning with large, he… ▽ More

    Submitted 7 March, 2022; v1 submitted 4 June, 2021; originally announced June 2021.

    Comments: 13 pages, 16 Figures, 2 Tables, 3 Algorithms

    Journal ref: IEEE Transactions on Robotics (Volume: 39, Issue: 1, February 2023)

  16. arXiv:2011.04828  [pdf, other

    cs.RO

    Learning Efficient Constraint Graph Sampling for Robotic Sequential Manipulation

    Authors: Joaquim Ortiz-Haro, Valentin N. Hartmann, Ozgur S. Oguz, Marc Toussaint

    Abstract: Efficient sampling from constraint manifolds, and thereby generating a diverse set of solutions for feasibility problems, is a fundamental challenge. We consider the case where a problem is factored, that is, the underlying nonlinear program is decomposed into differentiable equality and inequality constraints, each of which depends only on some variables. Such problems are at the core of efficien… ▽ More

    Submitted 29 March, 2021; v1 submitted 9 November, 2020; originally announced November 2020.

  17. Robust Task and Motion Planning for Long-Horizon Architectural Construction Planning

    Authors: Valentin N. Hartmann, Ozgur S. Oguz, Danny Driess, Marc Toussaint, Achim Menges

    Abstract: Integrating robotic systems in architectural and construction processes is of core interest to increase the efficiency of the building industry. Automated planning for such systems enables design analysis tools and facilitates faster design iteration cycles for designers and engineers. However, generic task-and-motion planning (TAMP) for long-horizon construction processes is beyond the capabiliti… ▽ More

    Submitted 17 March, 2020; originally announced March 2020.

  18. arXiv:1907.03373  [pdf, other

    cs.LG cs.CR stat.ML

    Privacy-Preserving Classification with Secret Vector Machines

    Authors: Valentin Hartmann, Konark Modi, Josep M. Pujol, Robert West

    Abstract: Today, large amounts of valuable data are distributed among millions of user-held devices, such as personal computers, phones, or Internet-of-things devices. Many companies collect such data with the goal of using it for training machine learning models allowing them to improve their services. User-held data is, however, often sensitive, and collecting it is problematic in terms of privacy. We add… ▽ More

    Submitted 19 August, 2020; v1 submitted 7 July, 2019; originally announced July 2019.

    Comments: 10 pages, 7 figures

  19. arXiv:1906.11993  [pdf, other

    cs.CR cs.LG

    Secure Summation via Subset Sums: A New Primitive for Privacy-Preserving Distributed Machine Learning

    Authors: Valentin Hartmann, Robert West

    Abstract: For population studies or for the training of complex machine learning models, it is often required to gather data from different actors. In these applications, summation is an important primitive: for computing means, counts or mini-batch gradients. In many cases, the data is privacy-sensitive and therefore cannot be collected on a central server. Hence the summation needs to be performed in a di… ▽ More

    Submitted 19 June, 2023; v1 submitted 27 June, 2019; originally announced June 2019.

  20. arXiv:1706.07650  [pdf, other

    math.NA stat.CO

    Semi-discrete optimal transport - the case p=1

    Authors: Valentin Hartmann, Dominic Schuhmacher

    Abstract: We consider the problem of finding an optimal transport plan between an absolutely continuous measure $μ$ on $\mathcal{X} \subset \mathbb{R}^d$ and a finitely supported measure $ν$ on $\mathbb{R}^d$ when the transport cost is the Euclidean distance. We may think of this problem as closest distance allocation of some ressource continuously distributed over space to a finite number of processing sit… ▽ More

    Submitted 5 October, 2018; v1 submitted 23 June, 2017; originally announced June 2017.

    Comments: 28 pages, 8 figures; new application added and more thorough performance evaluation

    MSC Class: 65D18 (Primary); 51N20; 62-09 (Secondary)

  21. arXiv:1706.07403  [pdf, other

    math.NA

    A Geometry-Based Approach for Solving the Transportation Problem with Euclidean Cost

    Authors: Valentin Hartmann

    Abstract: In the semi-discrete version of Monge's problem one tries to find a transport map $T$ with minimum cost from an absolutely continuous measure $μ$ on $\mathbb{R}^d$ to a discrete measure $ν$ that is supported on a finite set in $\mathbb{R}^d$. The problem is considered for the case of the Euclidean cost function. Existence and uniqueness is shown by an explicit construction which yields a one-to-… ▽ More

    Submitted 22 June, 2017; originally announced June 2017.

    Comments: Bachelor Thesis, University of Goettingen, 38 pages