Publications

Publications by categories in reversed chronological order.

You can also find my articles on my Google Scholar profile.

Papers

2026

SAGA Preview
SAGA: Score-Weighted Adaptive Generation Alignment for Low-Resource Nordic Language Models
Hoda Fakharzadehjahromy, Emil Wiman, Andreas Bueff, Hafsteinn Einarsson, and Fredrik Heintz
arXiv preprint arXiv:2608.06179, 2026
Preference optimisation has proven effective for improving large language models but typically relies on costly human preference annotations. Extending these methods to morphologically rich, low-resource languages remains challenging because such annotations are scarce. We present SAGA (Score-weighted Adaptive Generation Alignment), a parser-guided preference optimisation framework that replaces human labels with dependency-parser supervision. SAGA converts parser judgements into preference pairs for Δ-DPO, combines parser quality with lexical diversity in a composite reward, filters low-information pairs using a reward-gap criterion, and monitors reward hacking to maintain reliable supervision. Across Danish, Icelandic, and Norwegian Bokmål using GPT-SW3-1.3B, SAGA consistently improves grammatical quality without requiring human preference labels. Danish parse success increases from 69.0% to 93.8%, Icelandic achieves a +4.5 percentage-point improvement on an independent Stanza evaluation (three-run mean +3.3 percentage points (pp)) while native speakers prefer SAGA outputs in 80% of pairwise comparisons, and Norwegian Bokmål improves by +28 percentage points. These results demonstrate that parser-derived supervision is a practical alternative to human preference annotation for grammatical alignment in low-resource languages where high-quality dependency parsers are available.
@misc{fakharzadehjahromy2026saga,
  title = {SAGA: Score-Weighted Adaptive Generation Alignment for Low-Resource Nordic Language Models},
  author = {Fakharzadehjahromy, Hoda and Wiman, Emil and Bueff, Andreas and Einarsson, Hafsteinn and Heintz, Fredrik},
  year = {2026},
  eprint = {2608.06179},
  archivePrefix = {arXiv},
  primaryClass = {cs.LG},
  url = {https://arxiv.org/abs/2608.06179},
}
DAEP Sim-to-Real Preview
From Simulation to Reality: Autonomous 3D Exploration with DAEP on Heterogeneous Robots
Emil Wiman, Mariusz Wzorek, Piotr Rudol, Tommy Persson, and Mattias Tiger
In Proceedings of the 8th International Workshop on Robotics Software Engineering (RoSE), 2026
Autonomous 3D exploration in real-world environments remains an open problem in robotics. Exploration in the setting of robotics refers to the concept of a robot being able to independently explore an a priori unknown environment with the goal of building an accurate and complete 3D representation of said environment. Most work in the literature has studied this concept in the static setting, while work in a dynamic context is lacking. However, recent dynamic exploration planners have shown promise in effectively handling complex dynamic environments; nevertheless, most evaluations have been conducted only in simulation. In this work we extend and deploy the Dynamic Autonomous Exploration Planner (DAEP) on multiple robotic platforms in complex real-world environments. We demonstrate that DAEP can be extended to new robotic platforms, making it well-suited for further investigation in collaborative robotics research. We perform real-world experiments to validate our extensions and to provide insights into current advances and limitations.
@inproceedings{wiman2026daepreal,
  title = {From Simulation to Reality: Autonomous {3D} Exploration with {DAEP} on Heterogeneous Robots},
  author = {Wiman, Emil and Wzorek, Mariusz and Rudol, Piotr and Persson, Tommy and Tiger, Mattias},
  booktitle = {Proceedings of the 8th International Workshop on Robotics Software Engineering (RoSE 2026)},
  series = {CEUR Workshop Proceedings},
  volume = {4243},
  year = {2026},
  publisher = {CEUR-WS.org},
  url = {https://ceur-ws.org/Vol-4243/paper10.pdf},
}

2025

SLP Preview
Safe Lattice Planning for Motion Planning with Dynamic Obstacles
Emil Wiman and Mattias Tiger
In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2025
Motion planning in dynamic and uncertain real-world environments remains a critical challenge in robotics, as it is essential for the effective operation of autonomous systems. One strategy for motion planning has been to introduce a state lattice where pre-computed motion primitives can be combined with graph-based search methods to find a physically feasible motion plan. However, introducing lattice planning into dynamic, uncertain settings remains challenging. It is nontrivial to incorporate uncertain dynamic information into the planning process in real time. Thus, in this paper we propose a lattice planning framework for dynamic environments with extensions to handle safety-critical edge-cases that can arise with the uncertain nature of the environment. The proposed method, Safe Lattice Planner (SLP), extends the Receding-Horizon Lattice Planner (RHLP) with enhanced replanning and survival capabilities to handle the dynamic habitat. We thoroughly evaluate SLP in a new benchmark suite against provided baselines. SLP is found to outperform the baselines in terms of safety and resilience in the dynamic environment while reaching the goal state in an efficient manner. We release the benchmark and SLP to accelerate the field of safe robotics.
@inproceedings{wiman2025slp,
  title = {Safe Lattice Planning for Motion Planning with Dynamic Obstacles},
  author = {Wiman, Emil and Tiger, Mattias},
  booktitle = {2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  pages = {9287--9294},
  year = {2025},
  organization = {IEEE},
  doi = {10.1109/IROS60139.2025.11247023},
}

2024

DAEP Preview
Autonomous 3D Exploration in Large-Scale Environments with Dynamic Obstacles
Emil Wiman, Ludvig Widén, Mattias Tiger, and Fredrik Heintz
In Proceedings of the IEEE International Conference on Robotics and Automation (ICRA), 2024
Exploration in dynamic and uncertain real-world environments is an open problem in robotics and it constitutes a foundational capability of autonomous systems operating in most of the real-world. While 3D exploration planning has been extensively studied, the environments are assumed static or only reactive collision avoidance is carried out. We propose a novel approach to not only avoid dynamic obstacles but also include them in the plan itself, to deliberately exploit the dynamic environment in the agent's favor. The proposed planner, Dynamic Autonomous Exploration Planner (DAEP), extends AEP to explicitly plan with respect to dynamic obstacles. Furthermore, addressing prior errors within AEP in DAEP has resulted in enhanced exploration within static environments. To thoroughly evaluate exploration planners in such settings we propose a new enhanced benchmark suite with several dynamic environments, including large-scale outdoor environments. DAEP outperforms state-of-the-art planners in dynamic and large-scale environments and is shown to be more effective at both exploration and collision avoidance.
@inproceedings{wiman2024daep,
  title = {Autonomous {3D} Exploration in Large-Scale Environments with Dynamic Obstacles},
  author = {Wiman, Emil and Wid{\'e}n, Ludvig and Tiger, Mattias and Heintz, Fredrik},
  booktitle = {2024 IEEE International Conference on Robotics and Automation (ICRA)},
  pages = {2389--2395},
  year = {2024},
  organization = {IEEE},
  doi = {10.1109/ICRA57147.2024.10610996},
}

Theses

2023

MSc Thesis Preview
Autonomous 3D Exploration with Dynamic Obstacles: Towards Intelligent Navigation and Collision Avoidance
Ludvig Widén and Emil Wiman
Master's Thesis, Linköping University, 2023
The advancements within robotics in recent years has increased the demand for sophisticated algorithms that can tackle the challenges associated with building robust and safe autonomous systems. The objective of 3D exploration is to enable a robot to explore an unknown environment with a high degree of accuracy while minimizing time and path length. Planners such as Receding Horizon Next Best View Planner (RH-NBVP) and Autonomous Exploration Planner (AEP) have been widely studied in static environments. However, in dynamic environments where obstacles like pedestrians or vehicles can appear, existing solutions either use dynamic motion planners for obstacle avoidance or simply use reactive behavior to avoid collisions like Dynamic Exploration Planner (DEP). This thesis examines how dynamic obstacles can be included in the planning process while performing 3D exploration to make more advantageous decisions regarding both efficiency and overall safety. The suggested solution, Dynamic Autonomous Exploration Planner (DAEP), has been evaluated with other 3D-exploration planners as benchmarks. The results demonstrate that the extensions to AEP enhance safety planning and improve coverage compared to regular AEP and DEP.
@mastersthesis{widen2023autonomous,
  title = {Autonomous {3D} Exploration with Dynamic Obstacles: Towards Intelligent Navigation and Collision Avoidance},
  author = {Wid{\'e}n, Ludvig and Wiman, Emil},
  school = {Link{\"o}ping University},
  year = {2023},
  type = {Master's Thesis},
}

2021

BSc Thesis Preview
Virtual Gimbal Camera: Digitalization of a Mechanical Gimbal System
Dennis Berntsson, Robin Boregrim, Axel Gard, Ahmad Hanash, Anna Larsson, Peter Wickenberg, Carl Wikström, and Emil Wiman
Bachelor's Thesis, Linköping University, 2021
This thesis describes the development of a virtual gimbal camera system, created in collaboration with the Swedish Sea Rescue Society (Sjöräddningssällskapet). The project aimed to digitalize a mechanical gimbal system used for search and rescue operations, enabling more flexible and efficient camera control. The work resulted in a software solution that has since been developed into a commercial product through the spin-off company Synclair Vision.
@bachelorsthesis{berntsson2021virtual,
  title = {Virtual Gimbal Camera: Digitalization of a Mechanical Gimbal System},
  author = {Berntsson, Dennis and Boregrim, Robin and Gard, Axel and Hanash, Ahmad and Larsson, Anna and Wickenberg, Peter and Wikstr{\"o}m, Carl and Wiman, Emil},
  school = {Link{\"o}ping University},
  year = {2021},
  type = {Bachelor's Thesis},
}