-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
215 lines (189 loc) · 7.39 KB
/
index.html
File metadata and controls
215 lines (189 loc) · 7.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>Lubnaa Abdur Rahman</title>
<meta property="og:locale" content="en-US">
<meta property="og:site_name" content="Lubnaa Abdur Rahman">
<meta property="og:title" content="Lubnaa Abdur Rahman">
<meta property="og:description" content="PhD Student – AI in Health and Nutrition Lab, ARTORG Center, University of Bern">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<style>
:root {
--primary: #2c3e50;
--secondary: #0066cc;
--bg-light: #fafafa;
--text: #333;
--muted: #666;
--border: #ddd;
}
body {
font-family: "Segoe UI", Roboto, Arial, sans-serif;
margin: 0;
display: flex;
min-height: 100vh;
color: var(--text);
background: #fff;
}
.sidebar {
background: var(--bg-light);
padding: 30px 20px;
width: 300px;
border-right: 1px solid var(--border);
display: flex;
flex-direction: column;
align-items: center;
}
.author__avatar img {
width: 150px;
border-radius: 50%;
border: 4px solid #fff;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
margin-bottom: 15px;
}
.author__name {
font-size: 1.6em;
font-weight: 600;
margin: 0 0 0.4em;
text-align: center;
color: var(--primary);
}
.author__bio {
text-align: center;
font-size: 0.95em;
color: var(--muted);
margin-bottom: 1.5em;
}
.author__urls {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
text-align: center;
}
.author__urls li {
margin: 12px 0;
}
.author__urls a {
text-decoration: none;
color: var(--secondary);
font-weight: 500;
transition: color 0.2s ease;
display: inline-flex;
align-items: center;
gap: 8px;
}
.author__urls a:hover {
color: var(--primary);
}
.author__urls i {
font-size: 1.2em;
}
.main {
flex: 1;
padding: 50px;
max-width: 900px;
}
h1 {
color: var(--primary);
margin-bottom: 0.8em;
font-size: 2em;
}
p {
line-height: 1.7;
font-size: 1.05em;
color: var(--text);
margin-bottom: 1.4em;
}
a {
color: var(--secondary);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.inline-icon {
margin-right: 6px;
color: var(--secondary);
}
@media (max-width: 768px) {
body {
flex-direction: column;
}
.sidebar {
width: 100%;
border-right: none;
border-bottom: 1px solid var(--border);
}
.main {
padding: 30px 20px;
}
}
</style>
</head>
<body>
<div class="sidebar">
<div class="author__avatar">
<img src="MyPicture.jpg" alt="Profile picture of Lubnaa Abdur Rahman">
</div>
<h3 class="author__name">Lubnaa Abdur Rahman</h3>
<p class="author__bio">PhD Student<br><i class="fas fa-university inline-icon"></i>University of Bern</p>
<ul class="author__urls">
<li><a href="https://www.linkedin.com/in/lubnaaar/"><i class="fab fa-linkedin"></i> LinkedIn</a></li>
<li><a href="https://github.com/lubnaa25"><i class="fab fa-github"></i> GitHub</a></li>
<li><a href="https://scholar.google.com/citations?user=qKFHhlcAAAAJ&hl=en"><i class="fas fa-graduation-cap"></i> Google Scholar</a></li>
<li><a href="https://orcid.org/0000-0001-7271-2814"><i class="fab fa-orcid"></i> ORCID</a></li>
</ul>
</div>
<div class="main">
<h1>About Me</h1>
<p>
I am a doctoral student at the
<a href="https://www.unibe.ch/" target="_blank">University of Bern</a>
since 2022, working on applying AI in nutrition as part of
<a href="https://www.artorg.unibe.ch/research/aihn/group_members/persons/abdur_rahman_lubnaa/index_eng.html" target="_blank">
ARTORG Center’s AI in Health and Nutrition Lab
</a>.
I hold an MSc in Data Science with Distinction (2022)
and a BSc in Information Technology with First Class Honours from
<a href="https://www.apu.edu.my/">Asia Pacific University of Technology and Innovation (APU)</a>.
</p>
<p>
I also have industry experience from 2019 to 2022, during which I worked at <a href="https://www.swift.com/" target="_blank">
SWIFT
</a> as a Systems and Application Management and Support Specialist,
where I gained experience in SAP Basis, SAP GRC, and basic Linux administration.
</p>
<p>
Currently, as a PhD student since 2022 at the AI in Health and Nutrition Lab
<a href="https://www.artorg.unibe.ch/research/aihn/index_eng.html" target="_blank">of the ARTORG Center, University of Bern</a>,
my research brings together computer vision and recent advances in AI to enable automatic dietary assessment and personalized, context-aware nutrition.
My key contributions include work on
<a href="https://ebooks.iospress.nl/doi/10.3233/FAIA241033" target="_blank">semi-automatic food segmentation</a>,
addressing the
<a href="https://link.springer.com/chapter/10.1007/978-3-031-88217-3_1" target="_blank">out-of-distribution challenge in food recognition</a>,
developing
<a href="https://dl.acm.org/doi/abs/10.1145/3607828.3617794" target="_blank">depth-based food volume estimation</a>,
and creating
<a href="https://arxiv.org/pdf/2507.10156" target="_blank">Food Knowledge Graphs for personalized nutrition recommendations</a>.
Over the course of my doctorate, I have also contributed to enhancing and scaling the goFOOD™ system
<a href="https://www.mdpi.com/2072-6643/15/17/3835" target="_blank">as described in recent evaluations</a>
for deployment in real-world environments and as part of the EU-funded <a href="https://www.melissa-diabetes.eu/" target="_blank">MELISSA project</a>.
The improved system is now used in several ongoing studies for automatic dietary monitoring and assessment.
</p>
<p>
Alongside my core research, I have developed a growing interest in large language model agentic frameworks, particularly in steering and validating language model behavior at test time using external verifiers.
I am increasingly exploring how such mechanisms can strengthen reliability and safety in real-world AI systems.
I also have a strong interest in explainable AI, with a focus on interpretability methods tailored to LLMs to better understand their reasoning processes and support more transparent decision-making pipelines.
Beyond research, this journey helps me in strengthening my experience in practical AI infrastructure, including Linux server configuration for model execution, working with CUDA environments, and developing APIs that support AI-driven applications.
</p>
<p>
Outside of research, I am a cat parent, and caring for my fur baby is a big part of my daily life. My interest in app development grew naturally over the years, and I am developing a pet monitoring app, in my free time,
for pet owners which I spend some of my free time to update continously. You can explore the project at
<a href="https://www.yourpetmonitorapp.ch/" target="_blank">yourpetmonitorapp.ch</a>.
</p>
</div>
</body>
</html>