Online-Archiv

Lehrveranstaltungen WiSe 2024/2025

Informatik, B.Sc./M.Sc.

Veranstaltungen anzeigen: alle | in englischer Sprache | für ältere Erwachsene | mit Nachhaltigkeitszielen

Bachelor Informatik

Bachelor 1. Semester (Vollfach)

Grundlagen Angewandte Informatik

VAKTitel der VeranstaltungDozentIn
03-IBGA-FI-RDLRobot Design Lab (in englischer Sprache)

Vorlesung
ECTS: 6

Termine:
wöchentlich Mi 10:00 - 12:00 DFKI RH1 B0.10 Q & A
wöchentlich Do 10:00 - 12:00 DFKI RH1 B0.10 Übung
wöchentlich Do 14:00 - 16:00 DFKI RH1 B0.10 Übung

Die Vorlesung findet online asynchron statt.
Die Q+A und Präsenz-Übung finden im Raum RH1 B0.10 des DFKI statt.
https://lvb.informatik.uni-bremen.de/ibg/03-ibga-fi-rdl.pdf

Frank Kirchner
M. Sc. Mihaela Popescu
M. Sc Jonas Haack

Wahlbereich Bachelor-Aufbau (IBA) / Bachelor-Basis (BB)

IBAP / BB-7: Praktische und Technische Informatik

BPO 2020. mindestens ein Lehrangebot aus dieser Kategorie wählen. Auch nutzbar für IBA und IBVP (und Freie Wahl).
BPO 2010: Für ,,Bachelor - PrakTechInfWahl`` zwei Lehrangebote aus dieser Kategorie wählen: Keine Ausnahmeanträge.
IBAP-Lehrangebote auch für \'Informatik-Wahl\' (und Freie Wahl) nutzbar.
VAKTitel der VeranstaltungDozentIn
03-IBAP-RARechnerarchitektur und Eingebettete Systeme (in englischer Sprache)
Computer Architecture and Embedded Systems

Vorlesung
ECTS: 6

Termine:
wöchentlich Mo 14:00 - 16:00 MZH 1380/1400 Vorlesung
wöchentlich Di 08:00 - 10:00 MZH 1380/1400 Übung


Prof. Dr. Rolf Drechsler
Dr. Muhammad Hassan

Wahlbereich Bachelor-Vertiefung (IBV) / Bachelor-Ergänzung (BE)

BPO 2010: weitere Lehrangebote für BE unter IBFW
IBV-Lehrangebote regulär für \'Informatik-Wahl\' (und Freie Wahl) nutzbar.
VAKTitel der VeranstaltungDozentIn
03-M-GS-7Introduction to R (in englischer Sprache)

Seminar
ECTS: 3

Termine:
wöchentlich Fr 12:00 - 15:00 LINZ4 40010 Seminar

3 SWS Seminar
Die Veranstaltung kann nach BPO'10 als BE-6 angerechnet werden und nach BPO'20 nur in Freie Wahl

Homepage des KKSB und Uni-Lageplan

Prof. Dr. Werner Brannath

Master Informatik

Pflicht Master

Masterstudierende der Informatik können das Modul \'Projektmanagement und Wissenschaftskultur\' auch über diese Lehrveranstaltung abdecken.
VAKTitel der VeranstaltungDozentIn
03-AI-S-CDFCross-Disciplinary Foundations (in englischer Sprache)

Kurs
ECTS: 6

Termine:
wöchentlich Di 08:00 - 12:00 CART Rotunde - 0.67 Kurs

Masterstudierende der Informatik können das Modul Projektmanagement und Wissenschaftskultur auch über diese Lehrveranstaltung abdecken.

Dr. Jörn Syrbe

Wahlbereich Master-Aufbau (IMA) / Master-Basis (MB)

Nach der Prüfunsordnung von 2020 heißt dieser Bereich Master-Aufbau (IMA), nach der Prüfungsordnung von 2012 Master-Basis (MB).

IMAT / MB-6 - Theoretische Informatik und Mathematik

Nach MPO 2020 und MPO 2012 mindestens ein Lehrangebot aus dieser Kategorie wählen.
Nach MPO 2012 auf Antrag auch IMVT-Lehrangebot oder fortgeschrittenes Mathematik-Lehrangebot möglich.
VAKTitel der VeranstaltungDozentIn
03-IMAT-AUAlgorithms and Uncertainty (in englischer Sprache)

Kurs
ECTS: 6 (9)

Termine:
wöchentlich Di 12:00 - 14:00 MZH 5600 Kurs
wöchentlich Do 08:00 - 10:00 MZH 1470 Kurs

Profil: SQ
Schwerpunkt: IMA-SQ, IMA-AI
https://lvb.informatik.uni-bremen.de/imat/03-imat-au.pdf


A key assumption of many powerful optimization methods is that all the data is fully accessible from the beginning.

However, from the point of view of many real-world applications (e.g., in logistics, production or project planning, cloud computing, etc.) this assumption is simply not true. Large data centers allocate resources to tasks without knowledge of exact execution times or energy requirements; transit times in networks are often uncertain; or, parameters such as bandwidth, demands or energy consumption are highly fluctuating. The current trend of data collection and data-driven applications often amplifies this phenomenon. As the amount of available data is increasing tremendously due to internet technology, cloud systems and sharing markets, modern algorithms are expected to be highly adaptive and learn and benefit from the dynamically changing mass of data.

In the above examples, our knowledge of the current data is only partial or based on historical estimates. The class ``Algorithms and Uncertainty'' will teach students about the most common models of such uncertain data and how to design and analyze efficient algorithms in these models.

Specifically, we will cover the theory of online optimization, where the input arrives without any prior information (such as network packets arriving to a router) and also needs to be processed immediately, before the next piece of input arrives. This model is best suited for analyzing critical networking and scheduling systems where devices and algorithms must perform well even in the worst-case scenario.

In the cases where previous history can be used to model the upcoming data, we often employ robust optimization or stochastic optimization. In robust optimization, the aim is to optimize the worst-case of all possible realizations of the input data. Hence, this model is rather conservative.
In stochastic optimization however, the algorithms work with the assumption that data is drawn from some probability distribution known ahead of time and typically the goal is to optimize the expected value.

Nowadays, another source of information is often available: machine learning algorithms can generate predictions which are accurate most of the time. However, there is no guarantee on the quality of the prediction, as the current instance may not be covered by the training set. This statement motivated a very recent research domain that will be covered in this course: how to use error-prone predictions in order to improve guaranteed algorithms.

Organization: The course will be taught in English in two sessions per week (4 SWS) including interactive exercise sessions.

Examination: The examination will be by individual oral exam. As admission to the oral exam it is mandatory to present solutions in the exercise session at least twice during the term.

Prerequisites: Having heard an introductory course to discrete algorithms and their mathematical analysis (e.g. Algorithmentheorie, Algorithmische Diskrete Mathematik) or graph theory is beneficial but not required.

Prof. Dr. Nicole Megow
03-IMAT-IRQIntroduction to Reversible and Quantum Computing (in englischer Sprache)

Vorlesung
ECTS: 6

Termine:
wöchentlich Mo 10:00 - 12:00 MZH 5500 MZH 3150 Vorlesung
wöchentlich Di 08:00 - 10:00 MZH 5500 Übung


Prof. Dr. Rolf Drechsler
Dr. Kamalika Datta
Dr. Abhoy Kole
03-IMAT-STMTSet Theory and Model Theory (in englischer Sprache)

Vorlesung
ECTS: 6

Termine:
wöchentlich Di 14:00 - 16:00 MZH 3150 Vorlesung
wöchentlich Mi 12:00 - 14:00 MZH 3150 Übung

Profil: SQ
Schwerpunkt: IMVT-SQ
https://lvb.informatik.uni-bremen.de/imat/03-imat-stmt.pdf
Set theory and model theory

Intuitively, a set is a collection of all elements that satisfy a certain property. This intuition, however, is false! The following example is known as Russell's Paradox. Consider the set S whose elements are exactly those that are not members of themselves: S = { X : X is not element of X }. Is S an element of S? If S is an element of S, then S is not an element of S. On the other hand, if S is not an element of S, then S belongs to S. In either case we have a contradiction. We must revise our intuitive notion of a set. In the first part of the lecture we develop axiomatic set theory (ZFC) in the framework of first-order logic, which forms the foundation of modern mathematics. We cover the axioms of set theory, ordinal numbers and induction and recursion over well-founded relations, cardinal numbers and the axiom of choice.

In the second part of the lecture we turn to classical topics of first-order model theory. Model theory studies classes of mathematical structures, such as groups, fields, or graphs, from the point of view of mathematical logic. Many notions, such as homomorphisms, substructures, or free structures, that are commonly studied in specific fields of mathematics are unified by the general approach of model theory. We study ways to construct models with desired properties from first-order theories and the expressive power of first-order logic.

Prof. Dr. Sebastian Siebertz

IMAP / MB-7 - Praktische und technische Informatik

Nach MPO 2020 mindestens ein Lehrangebot aus dieser Kategorie wählen. Nach MPO 2012 zwei Lehrangebote aus dieser Kategorie wählen.
VAKTitel der VeranstaltungDozentIn
03-IMAP-AMAIAdvanced Methods of AI (in englischer Sprache)

Vorlesung
ECTS: 6

Termine:
wöchentlich Di 12:00 - 14:00 MZH 6200 Vorlesung
wöchentlich Mi 16:00 - 18:00 MZH 1100 Übung


Michael Beetz
Daniel Beßler
03-IMAP-AMLAdvanced Machine Learning (in englischer Sprache)

Vorlesung
ECTS: 6

Termine:
wöchentlich Mo 10:00 - 12:00 MZH 1090 Übung
wöchentlich Mo 16:00 - 18:00 MZH 1100 Übung
wöchentlich Di 08:00 - 10:00 MZH 1470 Übung
wöchentlich Di 14:00 - 16:00 MZH 1090 Übung
wöchentlich Mi 14:00 - 16:00 MZH 1380/1400 Vorlesung

Profil: KIKR
Schwerpunkt: IMAP-AI, IMA-VMC
https://lvb.informatik.uni-bremen.de/imap/03-imap-aml.pdf

Tanja Schultz
Felix Putze
03-IMAP-IISIntegrated Intelligent Systems (in englischer Sprache)

Vorlesung
ECTS: 6

Termine:
wöchentlich Mo 14:00 - 16:00 Übung Online

Profil: KIKR
Schwerpunkt: IMA-AI
https://lvb.informatik.uni-bremen.de/imap/03-imap-iis.pdf
Die Vorlesung findet asynchron und die Übung online statt.

Michael Beetz
Dr. Jörn Syrbe
03-IMAP-VRSIMVirtual Reality and Physically-Based Simulation (in englischer Sprache)
Virtuelle Realität und physikalisch-basierte Simulation

Vorlesung
ECTS: 6

Termine:
wöchentlich Mi 10:00 - 12:00 MZH 5600 Vorlesung
wöchentlich Do 10:00 - 12:00 MZH 1100 Übung

Profil: KIKR, DMI
Schwerpunkt: IMAP-DMI, IMAP-VMC
https://lvb.informatik.uni-bremen.de/imap/03-imap-vrsim.pdf
English or German.
Over the past two decades, VR has established itself as an important tool in several industries, such as manufacturing (e.g., automotive, airspace, ship building), architecture, and pharmaceutical industries. During the past few years, we have been witnessing the second "wave" of VR, this time in the consumer, in particular, in the entertainment markets.

Some of the topics to be covered (tentatively):
• Introduction, basic notions of VR, several example applications
• VR technologies: displays, tracking, input devices, scene graphs, game engines
• The human visual system and Stereo rendering
• Techniques for real-time rendering
• Fundamental immersive interaction techniques: fundamentals and principles, 3D navigation, user models, 3D selection, redirected walking, system control
• Complex immersive interaction techniques: world-in-miniature, action-at-a-distance, magic lens, etc.
• Particle systems
• Spring-mass systems
• Haptics and force feedback
• Collision detection
• Acoustic rendering
The assignments will be mostly practical ones, based on the cross-platform game engine Unreal. Participants will start developing with "visual programming", and later use C++ to solve the assignments.
You are encouraged to work on assignments in small teams.
https://cgvr.cs.uni-bremen.de/teaching/

Prof. Dr. Gabriel Zachmann

IMAA / MB-8 - Angewandte Informatik

Nach MPO 2012 ein Lehrangebot aus dieser Kategorie wählen; auf Antrag auch IMVA-Lehrangebot möglich.
VAKTitel der VeranstaltungDozentIn
03-IMAA-ITMDSIT-Management und Data Science (in englischer Sprache)
IT Management and Data Science

Vorlesung
ECTS: 6

Termine:
wöchentlich Mi 14:00 - 18:00 MZH 1090

Profil: SQ, DMI
Schwerpunkt: IMA-SQ, IMA-AI, IMVP-DMI
https://lvb.informatik.uni-bremen.de/imaa/03-imaa-itmds.pdf

Prof. Dr. Andreas Breiter
Hannah-Marie Büttner
03-IMAA-MADMobile App Development (in englischer Sprache)

Vorlesung
ECTS: 6

Termine:
wöchentlich Mo 10:00 - 14:00 MZH 1380/1400 Vorlesung

Profil: DMI
Schwerpunkt: IMA- DMI
https://lvb.informatik.uni-bremen.de/imva/03-imva-mad.pdf
Die Veranstaltung richtet sich an Student*innen der Informatik und Digitalen Medien. In Gruppenarbeit sollen die Studierenden semesterbegleitend ein App-Projekt umsetzen. In der Vorlesung werden alle relevanten Informationen der modernen Softwareentwicklung, mit Fokus auf die mobile App-Entwickung, vermittelt. Dazu gehören Themen wie mobiles Testing, Scrum, UX Design, Evaluation & Nutzertests, Design Patterns und Cross-Plattform-Entwicklung. Das Ziel dabei ist die Vermittlung von praxisrelevantem Wissen aus dem Alltag eines erfolgreichen Unternehmens.

Prof. Dr. Rainer Malaka
David Ruh
Nicolas Autzen
Marcus-Sebastian Schröder
03-IMAA-STMWSearch Technology for Media & Web (in englischer Sprache)
Search Technology for Media + Web

Vorlesung
ECTS: 6

Termine:
wöchentlich Mi 08:00 - 10:00 MZH 1470 Vorlesung
wöchentlich Do 08:00 - 10:00 MZH 6200 Übung

Profil: KIKR, DMI
Schwerpunkt: IMVA-DMI, IMVA-AI
https://lvb.informatik.uni-bremen.de/imaa/03-imaa-stmw.pdf

Prof. Dr. Sebastian Maneth
M. Sc Yvonne Jenniges

Wahlbereich Master-Vertiefung (IMV) / Master-Ergänzung (ME)

MPO 2012: weitere ME-Angebote unter Wahlbereich IMS/ME und unter General Studies IMGS

IMVP / ME-7 - Praktische Informatik

VAKTitel der VeranstaltungDozentIn
03-IMVP-DLSDigital Logic Synthesis (in englischer Sprache)

Kurs
ECTS: 6

Termine:
wöchentlich Mo 10:00 - 12:00 MZH 1110 Kurs
wöchentlich Mi 10:00 - 12:00 MZH 1100 Kurs


Prof. Dr. Rolf Drechsler
Dr. Chandan Kumar Jha
03-IMVP-HRIHuman Robot Interaction (in englischer Sprache)

Vorlesung
ECTS: 6

Termine:
wöchentlich Mo 14:00 - 16:00 DFKI RH1 A1.03 Vorlesung
wöchentlich Mi 14:00 - 16:00 DFKI RH1 A1.03 Übung

Profil: KIKR
Schwerpunkt: IMVP-AI
https://lvb.informatik.uni-bremen.de/imvp/03-imvp-hcir.pdf
Die Veranstaltung findet im DFKI statt.

Frank Kirchner
Dr. Lisa Gutzeit
03-IMVP-MLARMachine Learning for autonomous Robots (in englischer Sprache)
Machine Learning for autonomous Robots

Vorlesung
ECTS: 6

Termine:
wöchentlich Di 10:00 - 12:00 DFKI RH1 B0.10 Vorlesung
wöchentlich Do 10:00 - 12:00 Übung

Profil: KIKR
Schwerpunkt:IMVP- AI
https://lvb.informatik.uni-bremen.de/imvp/03-imvp-mlar.pdf
Die Veranstaltung findet in den Räumen des DFKI statt.

Frank Kirchner
Melvin Laux

Wahlbereich IMS / ME - Master Seminare

VAKTitel der VeranstaltungDozentIn
03-IMS-RTATRecent Trends in Algorithm Theory (in englischer Sprache)

Blockveranstaltung
ECTS: 3 (4,5 / 6)

Frequency: The seminar is planned as a block seminar, meaning that all talks will be at up to three days, most likely in the middle of December. We will discuss this in the first meeting. The first (organizational) meeting is planned as follows: Wednesday, October 16, at 14:00 pm in the room MZH 3150.

Learning Outcome:
Students learn how recent advances in algorithm theory can be used to improve state-of-the-art algorithms to obtain faster, better or new types of algorithms. They learn about relevant problems that are important and used in many applications. The main goals are to understand, design, and analyze algorithms for solving such problems.
Furthermore, the students will learn how to read and thoroughly understand original research papers. They learn how to prepare slides for these papers and give an oral presentation to other students who have no prior knowledge about the paper.

Contents: This seminar focuses on recent advances in algorithm theory. Most topics considered include important problems on graphs, typically related to optimization problems. These advances include faster running times of the algorithms, solutions with improved performance guarantees or new concepts in algorithm design, such as algorithms with machine-learned predictions.

Dr. Felix Christian Hommelsheim
03-IMS-SHARHot Topics in Sensors and Human Activity Research (in englischer Sprache)

Seminar
ECTS: 3

Termine:
wöchentlich Do 16:00 - 18:00 MZH 4140 Seminar


Dr.-Ing. Hui Liu
03-IMS-SRSESeminar on Topics in Robot Software Engineering (in englischer Sprache)

Seminar
ECTS: 3

Termine:
wöchentlich Di 12:00 - 14:00 MZH 1450 Seminar

Einzeltermine:
Mi 02.04.25 16:30 - 18:00 TAB 2.57, Am Fallturm 1


Nico Hochgeschwender

Wahlbereich IMPJ - Master-Projekte

VAKTitel der VeranstaltungDozentIn
03-DMM-MA-3-DEJAProjekt Dejaview (in englischer Sprache)
(WiSe 24/25)

Projektplenum
ECTS: 30

Termine:
wöchentlich Fr 14:00 - 16:00 MZH 1380/1400 Projekt-Plenum

Schwerpunkt: DMI, VMC, Ai

Prof. Dr. Gabriel Zachmann
Dr. Rene Weller
03-DMM-MA-3-ROBROProjekt RoboRoomie (in englischer Sprache)
(WiSe 24/25)

Projektplenum
ECTS: 30

Termine:
wöchentlich Fr 14:00 - 16:00 MZH 1470 Projekt-Plenum

Schwerpunkt: DMI

Prof. Dr. Rainer Malaka
Rachel Ringe
Bastian Dänekas
Carolin Stellmacher
Nadine Wagener
03-IMPJ-IACMRProjekt Increasing Autonomy Capacilities of Marine Robots (in englischer Sprache)

Projektplenum
ECTS: 12

Termine:
wöchentlich Fr 14:00 - 16:00 Externer Ort: DFKI Projekt-Plenum

Schwerpunkt: AI
Das Plenum am Freitag findet im DFKI statt.

Frank Kirchner
Dr. Bilal Wehbe
03-IMPJ-SMARTBProjekt SmartBremen (in englischer Sprache)
(WiSe 24/25)

Projektplenum
ECTS: 30

Termine:
wöchentlich Fr 12:00 - 14:00 IW3 0390 Projekt-Plenum

Schwerpunkt: DMI

Prof. Dr. Dr. Björn Niehaves
Dr. Gerhard Klassen
Dulce Maria Villegas Nunez
Robin Fritzsche
03-IMPJ-SUTProjekt SUTURO (in englischer Sprache)
(WiSe 24/25 bis SoSe 2025)

Projektplenum
ECTS: 12

Termine:
wöchentlich Fr 12:00 - 14:00 MZH 1110 Projekt-Plenum

Schwerpunkt: AI

Michael Beetz
03-IMPJ-WELFCProjekt WelfareComp (in englischer Sprache)
(WiSe 24/25)

Projektplenum
ECTS: 30

Termine:
wöchentlich Di 16:00 - 18:00 MZH 1470 Projekt-Plenum
wöchentlich Fr 08:00 - 10:00 MZH 5600 Projekt-Plenum
Prof. Dr. Andreas Breiter
Paola Lopez

Graduiertenseminare

VAKTitel der VeranstaltungDozentIn
03-IGRAD-CoSyGraduiertenseminar Cognitive Systems (in englischer Sprache)

Seminar

Termine:
zweiwöchentlich (Startwoche: 16) Mi 14:00 - 17:00 Graduiertenseminar
Thomas Dieter Barkowsky

Sonstige Veranstaltungen ohne Kreditpunkte

VAKTitel der VeranstaltungDozentIn
03-ISONST-EJCEDM Journal Club (in englischer Sprache)

Seminar

Einzeltermine:
Mo 10.02.20 14:00 - 16:00 MZH 5300

Veranstaltung für Doktoranten, jeden 1. Montag im Monat von 14-16h in Raum 5300.

Robert Porzel
Sebastian Höffner
Dr. Nina Wenig
Prof. Dr. Rainer Malaka