Skip to content

Commit

Permalink
maybe_this
Browse files Browse the repository at this point in the history
  • Loading branch information
akansh12 committed Feb 19, 2024
1 parent ee2fbb6 commit 4761d4c
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 19 deletions.
39 changes: 37 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,37 @@
# Troj_diffusion_seminar
Advanced Topics in Diffusion Modeling - From Theory to Implementation WS 2023-24 (University of Saarland)


<figure style="text-align:center">
<img
src="./images/intro_slide_img.jpg"
alt="Advanced Topics in Diffusion Modeling - From Theory to Implementation UDS WS 2023"
width="100%">
</figure>
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

> Course Name: [Advanced Topics in Diffusion Modeling - From Theory to
> Implementation WS 2023-24 (University of
> Saarland)](https://mosi.uni-saarland.de/lectures/23_2_deep_diffusion/)
> Organizers - Dr. Gerrit Großmann - Prof. Dr. Verena Wolf
> Tutorial Author : [Akansh Maurya](https://akansh12.github.io/)
## TrojDiff: Trojan Attacks on Diffusion Models with Diverse Targets (CVPR 2023)

Paper Link: [TrojDiff: Trojan Attacks on Diffusion Models with Diverse
Targets (CVPR
2023)](https://openaccess.thecvf.com/content/CVPR2023/papers/Chen_TrojDiff_Trojan_Attacks_on_Diffusion_Models_With_Diverse_Targets_CVPR_2023_paper.pdf)
by Weixin Chen, Dawn Song, Bo Li

Seminar presentation Link by Akansh Maurya:
[Presentation](https://docs.google.com/presentation/d/1CktLNGnoMf4NUnueRCSHKHaeX85XuKcVA4hMRti1xjc/edit?usp=sharing)

## How to Read

This is main Seminar notebook.

``` python
print("hi")
```

hi
4 changes: 0 additions & 4 deletions nbs/00_trojan_attack_MNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -705,10 +705,6 @@
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
14 changes: 1 addition & 13 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -88,18 +88,6 @@
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 4761d4c

Please sign in to comment.