diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000000..e69de29bb2 diff --git a/assets/media/icon.png b/assets/media/icon.png index 1699fee0ea..c93d2f1c72 100644 Binary files a/assets/media/icon.png and b/assets/media/icon.png differ diff --git a/assets/media/logo.svg b/assets/media/logo.svg new file mode 100644 index 0000000000..efb37fac3d --- /dev/null +++ b/assets/media/logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/media/logo2.svg b/assets/media/logo2.svg new file mode 100644 index 0000000000..c88cc5f244 --- /dev/null +++ b/assets/media/logo2.svg @@ -0,0 +1,41 @@ + + + + +Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + + + + + + + + + + diff --git a/assets/media/sfu.jpg b/assets/media/sfu.jpg new file mode 100644 index 0000000000..3cc22b437b Binary files /dev/null and b/assets/media/sfu.jpg differ diff --git a/assets/media/slide/gp1.jpg b/assets/media/slide/gp1.jpg new file mode 100644 index 0000000000..d96830470f Binary files /dev/null and b/assets/media/slide/gp1.jpg differ diff --git a/assets/media/slide/sfu.jpg b/assets/media/slide/sfu.jpg new file mode 100644 index 0000000000..3cc22b437b Binary files /dev/null and b/assets/media/slide/sfu.jpg differ diff --git a/assets/media/welcome.jpg b/assets/media/welcome.jpg index 667a310c35..d96830470f 100644 Binary files a/assets/media/welcome.jpg and b/assets/media/welcome.jpg differ diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 93691f4b0a..ac42a815fa 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -3,8 +3,9 @@ # Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ -title: Wowchemy Research Group # Website name -baseURL: 'https://example.com/' # Website URL +title: APEX Lab # Website name +baseURL: 'http://142.58.23.14:1313/' # Website URL + ############################ ## LANGUAGE @@ -15,6 +16,16 @@ hasCJKLanguage: false defaultContentLanguageInSubdir: false removePathAccents: true +############################ +## PAGE OPTIONS +############################ + +cascade: + # Blog post options + header: + navbar: + enable: true + ############################ ## ADVANCED ############################ diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index 7936b5fac4..ce5a8f918e 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -4,21 +4,21 @@ # The weight parameter defines the order that the links will appear in. main: - - name: Tour - url: tour - weight: 10 + # - name: Tour + # url: tour + # weight: 10 - name: News url: post weight: 20 - name: People url: people - weight: 30 - - name: Events - url: event - weight: 40 + weight: 10 + # - name: Events + # url: event + # weight: 40 - name: Publications url: publication - weight: 50 + weight: 15 - name: Contact url: contact weight: 60 diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 239ec05b24..856292f988 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -7,9 +7,9 @@ appearance: theme_day: minimal - theme_night: + theme_night: minimal font: native - font_size: L + font_size: M # SEO @@ -35,11 +35,15 @@ header: navbar: enable: true align: r + logo: + # Logo filename in `assets/media/` folder + text: Apex Lab + filename: logo.svg show_logo: true show_language: false show_day_night: true - show_search: true - highlight_active_link: false + show_search: false + highlight_active_link: true # Site footer @@ -96,7 +100,7 @@ features: app_id: '' api_key: '' index_name: '' - show_logo: false + show_logo: true map: provider: 'mapnik' api_key: '' @@ -116,3 +120,7 @@ extensions: publications: date_format: January 2006 citation_style: apa + +slides: + theme: black # Reveal JS theme name + highlight_style: dracula # Highlight JS theme name \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index 3954acd1ed..e434e8c7af 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,28 +1,66 @@ --- # Leave the homepage title empty to use the site title -title: -date: 2022-10-24 +title: type: landing + sections: - block: hero content: title: | - Wowchemy - Research Group + APEX Lab image: - filename: welcome.jpg + filename: sfu.jpg text: |
- The **Wowchemy Research Group** has been a center of excellence for Artificial Intelligence research, teaching, and practice since its founding in 2016. + The **APEX lab** has been a center of excellence for Artificial Intelligence research, teaching, and practice since its founding in 2016. + - block: slider + content: + slides: + - title: + content: '' + align: center + background: + image: + filename: slide/gp1.jpg + filters: + brightness: 0.8 + position: center + color: '#333' + - title: Join the APEX Lab + content: '' + align: center + background: + position: center + color: '#333' + image: + filename: slide/sfu.jpg + filters: + brightness: 0.4 + position: center + color: '#333' + link: + icon: graduation-cap + icon_pack: fas + text: Join Us + url: ../contact/ + design: + # Slide height is automatic unless you force a specific height (e.g. '400px') + slide_height: '500px' + is_fullscreen: False + # Automatically transition through slides? + loop: true + # Duration of transition between slides (in ms) + interval: 4000 + - block: collection content: - title: Latest News + title: Latest Publications subtitle: - text: - count: 5 + text: + count: 3 filters: author: '' category: '' @@ -31,17 +69,28 @@ sections: tag: '' offset: 0 order: desc - page_type: post + page_type: publication design: view: card - columns: '1' - - - block: markdown + columns: '2' + + - block: collection content: - title: - subtitle: '' + title: Latest Posts + subtitle: text: + count: 1 + filters: + author: '' + category: '' + exclude_featured: false + publication_type: '' + tag: '' + offset: 0 + order: desc + page_type: post design: + view: card columns: '1' background: image: @@ -56,7 +105,7 @@ sections: padding: ['20px', '0', '20px', '0'] css_class: fullscreen - - block: collection + - block: markdown content: title: Latest Preprints text: "" @@ -68,13 +117,3 @@ sections: design: view: citation columns: '1' - - - block: markdown - content: - title: - subtitle: - text: | - {{% cta cta_link="./people/" cta_text="Meet the team →" %}} - design: - columns: '1' ---- diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md deleted file mode 100644 index b804d6b956..0000000000 --- a/content/authors/admin/_index.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -# Display name -title: Nelson Bighetti - -# Full Name (for SEO) -first_name: Nelson -last_name: Bighetti - -# Is this the primary user of the site? -superuser: true - -# Role/position -role: Professor of Artificial Intelligence - -# Organizations/Affiliations -organizations: - - name: Stanford University - url: '' - -# Short bio (displayed in user profile at end of posts) -bio: My research interests include distributed robotics, mobile computing and programmable matter. - -interests: - - Artificial Intelligence - - Computational Linguistics - - Information Retrieval - -education: - courses: - - course: PhD in Artificial Intelligence - institution: Stanford University - year: 2012 - - course: MEng in Artificial Intelligence - institution: Massachusetts Institute of Technology - year: 2009 - - course: BSc in Artificial Intelligence - institution: Massachusetts Institute of Technology - year: 2008 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:test@example.org' - - icon: twitter - icon_pack: fab - link: https://twitter.com/GeorgeCushen - - icon: google-scholar - icon_pack: ai - link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ - - icon: github - icon_pack: fab - link: https://github.com/gcushen -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Researchers ---- - -Nelson Bighetti is a professor of artificial intelligence at the Stanford AI Lab. His research interests include distributed robotics, mobile computing and programmable matter. He leads the Robotic Neurobiology group, which develops self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks. - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate. diff --git a/content/authors/admin/avatar.jpg b/content/authors/admin/avatar.jpg deleted file mode 100644 index 4739195a81..0000000000 Binary files a/content/authors/admin/avatar.jpg and /dev/null differ diff --git a/content/authors/alireza/_index.md b/content/authors/alireza/_index.md new file mode 100644 index 0000000000..61f703cb68 --- /dev/null +++ b/content/authors/alireza/_index.md @@ -0,0 +1,69 @@ +--- +# Display name +title: Alireza Moazeni + +# Full Name (for SEO) +first_name: Alireza +last_name: Moazeni + +# Is this the primary user of the site? +superuser: true + +# Role/position +role: Ph.D. Student + +# Organizations/Affiliations +organizations: + - name: Simon Fraser University + url: 'www.sfu.ca' + +# Short bio (displayed in user profile at end of posts) +bio: My research interests include Neural Rendering and Generative Models. + +interests: + - Neural Rendering + - Generative Models + - Computer Graphics + +education: + courses: + - course: Bachelor's in Computer Science + institution: AmirKabir University of Technology, Tehran, Iran. + year: 2020 + +# Social/Academic Networking +# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons +# For an email link, use "fas" icon pack, "envelope" icon, and a link in the +# form "mailto:your-email@example.com" or "#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: 'mailto:sam62@sfu.ca' + - icon: twitter + icon_pack: fab + link: https://x.com/Moazeni_Alireza + - icon: google-scholar + icon_pack: ai + link: https://scholar.google.ca/citations?user=KjSsypYAAAAJ&hl=en + - icon: github + icon_pack: fab + link: https://github.com/amoazeni75 +# Link to a PDF of your resume/CV from the About widget. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# - icon: cv +# icon_pack: ai +# link: files/cv.pdf + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email: 'sam62@sfu.ca' + +# Highlight the author in author lists? (true/false) +highlight_name: false + +# Organizational groups that you belong to (for People widget) +# Set this to `[]` or comment out if you are not using People widget. +user_groups: + - Grad Students +--- + +I am a PhD student at the APEX Lab, supervised by Dr. Ke Li at Simon Fraser University in beautiful Vancouver. I hold undergraduate degrees in Computer Engineering and Electrical Engineering from AmirKabir University of Technology in Tehran, Iran. My research focuses on neural rendering, generative models, and machine learning. \ No newline at end of file diff --git a/content/authors/alireza/avatar.jpg b/content/authors/alireza/avatar.jpg new file mode 100644 index 0000000000..6de77d8dd7 Binary files /dev/null and b/content/authors/alireza/avatar.jpg differ diff --git a/content/authors/chirag/_index.md b/content/authors/chirag/_index.md new file mode 100644 index 0000000000..54d032039d --- /dev/null +++ b/content/authors/chirag/_index.md @@ -0,0 +1,74 @@ +--- +# Display name +title: Chirag Vashist + +# Full Name (for SEO) +first_name: Chirag +last_name: Vashist + +# Is this the primary user of the site? +superuser: true + +# Role/position +role: Ph.D. Student + +# Organizations/Affiliations +organizations: + - name: Simon Fraser University + url: 'www.sfu.ca' + +# Short bio (displayed in user profile at end of posts) +bio: My research interest is Generative modeling. + +interests: + - Generative Models + +education: + courses: + - course: Ph.D. in Computing Science + institution: Simon Fraser University, Burnaby + year: 2022-Present + - course: B.Tech (Honors) in Computer Science and Technology + institution: Indian Institute of Technology, Mandi + year: 2016-20 + +# Social/Academic Networking +# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons +# For an email link, use "fas" icon pack, "envelope" icon, and a link in the +# form "mailto:your-email@example.com" or "#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: 'mailto:cva19@sfu.ca' + - icon: twitter + icon_pack: fab + link: https://twitter.com/researchirag + - icon: google-scholar + icon_pack: ai + link: https://scholar.google.com/citations?user=IESBWC0AAAAJ&hl=en + - icon: github + icon_pack: fab + link: https://github.com/SerChirag +# Link to a PDF of your resume/CV from the About widget. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# - icon: cv +# icon_pack: ai +# link: files/cv.pdf + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email: 'cva19@sfu.ca' + +# Highlight the author in author lists? (true/false) +highlight_name: false + +# Organizational groups that you belong to (for People widget) +# Set this to `[]` or comment out if you are not using People widget. +user_groups: + - Grad Students +--- + +Hello There! My name is Chirag Vashist. I am a Ph.D. student at Simon Fraser University, Burnaby. I am affiliated with APEX Lab and my advisor is [Dr. Ke Li](https://www.sfu.ca/~keli/). + +Before this, I worked as a Software Engineer at Microsoft in the domain of [Digital Security and Risk](https://github.com/azsk/AzTS-docs). I received my B.Tech. Honors degree in Computer Science from Indian Institute of Technology, Mandi. + +In spare time, I like to have [fun](https://unsplash.com/@serchirag) with my Nikon D5600. \ No newline at end of file diff --git a/content/authors/chirag/avatar.jpg b/content/authors/chirag/avatar.jpg new file mode 100644 index 0000000000..2189282fe2 Binary files /dev/null and b/content/authors/chirag/avatar.jpg differ diff --git a/content/authors/george/_index.md b/content/authors/george/_index.md new file mode 100644 index 0000000000..f7a8b10b8e --- /dev/null +++ b/content/authors/george/_index.md @@ -0,0 +1,65 @@ +--- +# Display name +title: George Shramko + +# Full Name (for SEO) +first_name: George +last_name: Shramko + +# Is this the primary user of the site? +superuser: true + +# Role/position +role: Undergraduate Student + +# Organizations/Affiliations +organizations: + - name: Simon Fraser University + url: 'www.sfu.ca' + +# Short bio (displayed in user profile at end of posts) +bio: My research interests include 3D Reconstruction and Algorithms + +interests: + - 3D Reconstruction + - Algorithms + +education: + courses: + - course: Honours Bachelor of Science, Computer Science + institution: Simon Fraser University + year: 2025 (expected) + +# Social/Academic Networking +# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons +# For an email link, use "fas" icon pack, "envelope" icon, and a link in the +# form "mailto:your-email@example.com" or "#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: 'mailto:george_shramko@sfu.ca' + - icon: github + icon_pack: fab + link: https://github.com/shaygeko + - icon: linkedin + icon_pack: fab + link: https://www.linkedin.com/in/heorhii-shramko/ +# Link to a PDF of your resume/CV from the About widget. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# - icon: cv +# icon_pack: ai +# link: files/cv.pdf + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email: 'george_shramko@sfu.ca' + +# Highlight the author in author lists? (true/false) +highlight_name: false + +# Organizational groups that you belong to (for People widget) +# Set this to `[]` or comment out if you are not using People widget. +user_groups: + - Members +--- + +I am an undergraduate Computer Science student at Simon Fraser University. I am part of SFU APEX lab supervised by [Ke Li](https://www.sfu.ca/~keli//). My research focuses on 3D reconstruction. \ No newline at end of file diff --git a/content/authors/george/avatar.jpg b/content/authors/george/avatar.jpg new file mode 100644 index 0000000000..bf93008d27 Binary files /dev/null and b/content/authors/george/avatar.jpg differ diff --git a/content/authors/keli/_index.md b/content/authors/keli/_index.md new file mode 100644 index 0000000000..8f35abb1ec --- /dev/null +++ b/content/authors/keli/_index.md @@ -0,0 +1,72 @@ +--- +# Display name +title: Ke Li + +# Full Name (for SEO) +first_name: Ke +last_name: Li + +# Is this the primary user of the site? +superuser: true + +# Role/position +role: Professor of Computer Science + +# Organizations/Affiliations +organizations: + - name: Simon Fraser University + url: 'www.sfu.ca' + +# Short bio (displayed in user profile at end of posts) +bio: My research interests include Machine Learning, Computer Vision and Algorithms. + +interests: + - Machine Learning + - Computer Vision + - Algorithms + +education: + courses: + - course: PhD in Computer Science + institution: UC Berkeley + year: 2018 + - course: Bachelor's in Computer Science + institution: University of Toronto + year: 2009 + +# Social/Academic Networking +# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons +# For an email link, use "fas" icon pack, "envelope" icon, and a link in the +# form "mailto:your-email@example.com" or "#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: 'mailto:keli@sfu.ca' + - icon: twitter + icon_pack: fab + link: https://twitter.com/kl_div + - icon: google-scholar + icon_pack: ai + link: https://scholar.google.ca/citations?user=vQc8tI4AAAAJ&hl=en + # - icon: github + # icon_pack: fab + # link: https://github.com/gcushen +# Link to a PDF of your resume/CV from the About widget. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# - icon: cv +# icon_pack: ai +# link: files/cv.pdf + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email: 'keli@sfu.ca' + +# Highlight the author in author lists? (true/false) +highlight_name: false + +# Organizational groups that you belong to (for People widget) +# Set this to `[]` or comment out if you are not using People widget. +user_groups: + - Supervisor +--- + +I was formerly a Member of the Institute for Advanced Study (IAS) in Princeton, and received my Ph.D. from UC Berkeley, where I was advised by Jitendra Malik, and my bachelor's in computer science from the University of Toronto. My research interests are in machine learning, computer vision and algorithms. \ No newline at end of file diff --git a/content/authors/keli/avatar.png b/content/authors/keli/avatar.png new file mode 100644 index 0000000000..3d80bd07f2 Binary files /dev/null and b/content/authors/keli/avatar.png differ diff --git a/content/authors/mehran/_index.md b/content/authors/mehran/_index.md new file mode 100644 index 0000000000..e7ec309b93 --- /dev/null +++ b/content/authors/mehran/_index.md @@ -0,0 +1,68 @@ +--- +# Display name +title: Mehran Aghabozorgi + +# Full Name (for SEO) +first_name: Mehran +last_name: Aghabozorgi + +# Is this the primary user of the site? +superuser: true + +# Role/position +role: Ph.D. Student + +# Organizations/Affiliations +organizations: + - name: Simon Fraser University + url: 'www.sfu.ca' + +# Short bio (displayed in user profile at end of posts) +bio: My research interests include Generative modeling and Reinforcement Learning. + +interests: + - Generative Modeling + - Reinforcement Learning + +education: + courses: + - course: Bachelor's in Computer Science + institution: Isfahan University of Technology + year: 2020 + +# Social/Academic Networking +# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons +# For an email link, use "fas" icon pack, "envelope" icon, and a link in the +# form "mailto:your-email@example.com" or "#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: 'mailto:maa143@sfu.ca' + - icon: twitter + icon_pack: fab + link: https://twitter.com/mehranag + - icon: google-scholar + icon_pack: ai + link: https://scholar.google.com/citations?user=sKWTHpsAAAAJ&hl=en + - icon: github + icon_pack: fab + link: https://github.com/mehranagh20 +# Link to a PDF of your resume/CV from the About widget. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# - icon: cv +# icon_pack: ai +# link: files/cv.pdf + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email: 'keli@sfu.ca' + +# Highlight the author in author lists? (true/false) +highlight_name: false + +# Organizational groups that you belong to (for People widget) +# Set this to `[]` or comment out if you are not using People widget. +user_groups: + - Grad Students +--- + +I am a Ph.D. student in the School of Computing Science at Simon Fraser University, where I am advised by Prof. Ke Li. I received my bachelor's degree in Computer Science from Isfahan University of Technology. My research interests include Generative modeling and Reinforcement Learning. \ No newline at end of file diff --git a/content/authors/mehran/avatar.jpg b/content/authors/mehran/avatar.jpg new file mode 100644 index 0000000000..db4e04059a Binary files /dev/null and b/content/authors/mehran/avatar.jpg differ diff --git a/content/authors/shichong/_index.md b/content/authors/shichong/_index.md new file mode 100644 index 0000000000..6af0fc1452 --- /dev/null +++ b/content/authors/shichong/_index.md @@ -0,0 +1,71 @@ +--- +# Display name +title: Shichong Peng + +# Full Name (for SEO) +first_name: Shichong +last_name: Peng + +# Is this the primary user of the site? +superuser: true + +# Role/position +role: Ph.D. Student + +# Organizations/Affiliations +organizations: + - name: Simon Fraser University + url: 'www.sfu.ca' + +# Short bio (displayed in user profile at end of posts) +bio: My research focuses on generative model and 3D neural rendering. My goal is to develop methods that can better aid 3D object generation and animation. + +interests: + - Generative Models + - 3D Neural Rendering + +education: + courses: + - course: Master of Science, Computer Science + institution: University of California San Diego + year: 2020 + - course: Honours Bachelor of Science, Computer Science + institution: University of Toronto + year: 2019 + +# Social/Academic Networking +# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons +# For an email link, use "fas" icon pack, "envelope" icon, and a link in the +# form "mailto:your-email@example.com" or "#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: 'mailto:spa176@sfu.ca' + - icon: twitter + icon_pack: fab + link: https://twitter.com/PengShichong + - icon: google-scholar + icon_pack: ai + link: https://scholar.google.com/citations?user=xdKKCUAAAAAJ + - icon: github + icon_pack: fab + link: https://github.com/niopeng +# Link to a PDF of your resume/CV from the About widget. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# - icon: cv +# icon_pack: ai +# link: files/cv.pdf + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email: 'spa176@sfu.ca' + +# Highlight the author in author lists? (true/false) +highlight_name: false + +# Organizational groups that you belong to (for People widget) +# Set this to `[]` or comment out if you are not using People widget. +user_groups: + - Grad Students +--- + +I am a Ph.D. candidate at Simon Fraser University in the department of computing science supervised by [Ke Li](https://www.sfu.ca/~keli//). I received my Master's degree from UC San Diego and Bachelor's degree in computer science from University of Toronto. My research focuses on generative model and 3D neural rendering. My goal is to develop methods that can better aid 3D object generation and animation. \ No newline at end of file diff --git a/content/authors/shichong/avatar.jpeg b/content/authors/shichong/avatar.jpeg new file mode 100644 index 0000000000..c0ef0b5bd8 Binary files /dev/null and b/content/authors/shichong/avatar.jpeg differ diff --git a/content/authors/tristan/_index.md b/content/authors/tristan/_index.md new file mode 100644 index 0000000000..14e7b6ed3e --- /dev/null +++ b/content/authors/tristan/_index.md @@ -0,0 +1,69 @@ +--- +# Display name +title: Tristan Engst + +# Full Name (for SEO) +first_name: Tristan +last_name: Engst + +# Is this the primary user of the site? +superuser: false + +# Role/position +role: Ph.D. Student + +# Organizations/Affiliations +organizations: + - name: Simon Fraser University + url: 'www.sfu.ca' + +# Short bio (displayed in user profile at end of posts) +bio: Tristan is a PhD student interested in the intersection of generative models and self-supervised learning. + +interests: + - Generative Modeling + - Self-supervised Learning + - Applied Category Theory (for ML) + +education: + courses: + - course: Bachelor's in Computer Science + institution: Cornell University + year: 2021 + +# Social/Academic Networking +# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons +# For an email link, use "fas" icon pack, "envelope" icon, and a link in the +# form "mailto:your-email@example.com" or "#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: ‘tme3@sfu.ca' + - icon: twitter + icon_pack: fab + link: https://twitter.com/tristanengst +# - icon: google-scholar +# icon_pack: ai +# link: + - icon: github + icon_pack: fab + link: https://github.com/tristanengst +# Link to a PDF of your resume/CV from the About widget. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# - icon: cv +# icon_pack: ai +# link: files/cv.pdf + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email: ‘tme3@sfu.ca' + +# Highlight the author in author lists? (true/false) +highlight_name: false + +# Organizational groups that you belong to (for People widget) +# Set this to `[]` or comment out if you are not using People widget. +user_groups: + - Grad Students +--- + +I’m a third-year PhD student at Simon Fraser University, advised by Professor Ke Li. My main interests lie in the intersection of generative models and self-supervised learning, but I am finding applied category theory increasingly cool. I received my undergraduate degree at Cornell University, where I was advised by [Bharath Hariharan](https://www.cs.cornell.edu/~bharathh/) and [Marten van Schijndel](https://vansky.github.io/). diff --git a/content/authors/tristan/avatar.jpg b/content/authors/tristan/avatar.jpg new file mode 100644 index 0000000000..3c1bea1716 Binary files /dev/null and b/content/authors/tristan/avatar.jpg differ diff --git a/content/authors/yanshu/_index.md b/content/authors/yanshu/_index.md new file mode 100644 index 0000000000..691c8796a1 --- /dev/null +++ b/content/authors/yanshu/_index.md @@ -0,0 +1,68 @@ +--- +# Display name +title: Yanshu Zhang + +# Full Name (for SEO) +first_name: Yanshu +last_name: Zhang + +# Is this the primary user of the site? +superuser: true + +# Role/position +role: Ph.D. Student + +# Organizations/Affiliations +organizations: + - name: Simon Fraser University + url: 'www.sfu.ca' + +# Short bio (displayed in user profile at end of posts) +bio: My research interests include 3D vision and Reinforcement Learning. + +interests: + - 3D Vision + - Reinforcement Learning + +education: + courses: + - course: Bachelor's in Computer Science + institution: University of Science and Technology of China + year: 2021 + +# Social/Academic Networking +# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons +# For an email link, use "fas" icon pack, "envelope" icon, and a link in the +# form "mailto:your-email@example.com" or "#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: 'mailto:yanshu_zhang@sfu.ca' + - icon: twitter + icon_pack: fab + link: https://twitter.com/yszhang170 + - icon: google-scholar + icon_pack: ai + link: https://scholar.google.com/citations?user=JMvdDZwAAAAJ + - icon: github + icon_pack: fab + link: https://github.com/zvict +# Link to a PDF of your resume/CV from the About widget. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# - icon: cv +# icon_pack: ai +# link: files/cv.pdf + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email: 'yanshu_zhang@sfu.ca' + +# Highlight the author in author lists? (true/false) +highlight_name: false + +# Organizational groups that you belong to (for People widget) +# Set this to `[]` or comment out if you are not using People widget. +user_groups: + - Grad Students +--- + +I am a Ph.D. student in the School of Computing Science at Simon Fraser University, where I am advised by Prof. Ke Li. I received my bachelor's degree in Computer Science from University of Science and Technology of China. My research interests include 3D vision and Reinforcement Learning. \ No newline at end of file diff --git a/content/authors/yanshu/avatar.png b/content/authors/yanshu/avatar.png new file mode 100644 index 0000000000..b44c36563c Binary files /dev/null and b/content/authors/yanshu/avatar.png differ diff --git a/content/authors/yuzhen/_index.md b/content/authors/yuzhen/_index.md new file mode 100644 index 0000000000..83b32833b6 --- /dev/null +++ b/content/authors/yuzhen/_index.md @@ -0,0 +1,71 @@ +--- +# Display name +title: Yuzhen Mao + +# Full Name (for SEO) +first_name: Yuzhen +last_name: Mao + +# Is this the primary user of the site? +superuser: true + +# Role/position +role: Affiliated members/collaborators + +# Organizations/Affiliations +organizations: + - name: Simon Fraser University + url: 'www.sfu.ca' + +# Short bio (displayed in user profile at end of posts) +bio: My research interests include Large Language Models and Graph Neural Nets. + +interests: + - Large Language Models + - Graph Neural Nets + +education: + courses: + - course: Bachelor's in Computer Science + institution: Zhejiang University + year: 2021 + - course: Bachelor's in Computing Science + institution: Simon Fraser University + year: 2021 + +# Social/Academic Networking +# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons +# For an email link, use "fas" icon pack, "envelope" icon, and a link in the +# form "mailto:your-email@example.com" or "#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: 'mailto:yuzhenm@sfu.ca' + - icon: twitter + icon_pack: fab + link: https://twitter.com/maoyuzhen99 + - icon: google-scholar + icon_pack: ai + link: https://scholar.google.com/citations?user=9wKn1A0AAAAJ + - icon: github + icon_pack: fab + link: https://github.com/yuzhenmao +# Link to a PDF of your resume/CV from the About widget. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# - icon: cv +# icon_pack: ai +# link: files/cv.pdf + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email: 'yuzhenm@sfu.ca' + +# Highlight the author in author lists? (true/false) +highlight_name: false + +# Organizational groups that you belong to (for People widget) +# Set this to `[]` or comment out if you are not using People widget. +user_groups: + - Affiliated members/collaborators +--- + +I am a graduate student in the School of Computing Science at Simon Fraser University. I received my bachelor's degree in Computer Science from Zhejiang University and Simon Fraser University. My research interests include Large Language Models and Graph Neural Nets. \ No newline at end of file diff --git a/content/authors/yuzhen/avatar.jpg b/content/authors/yuzhen/avatar.jpg new file mode 100644 index 0000000000..7ab55b2b12 Binary files /dev/null and b/content/authors/yuzhen/avatar.jpg differ diff --git "a/content/authors/\345\220\263\346\201\251\351\201\224/_index.md" "b/content/authors/\345\220\263\346\201\251\351\201\224/_index.md" deleted file mode 100644 index 668c54ee47..0000000000 --- "a/content/authors/\345\220\263\346\201\251\351\201\224/_index.md" +++ /dev/null @@ -1,79 +0,0 @@ ---- -# Display name -title: Alice Wu 吳恩達 - -# Full name (for SEO) -first_name: Alice -last_name: Wu - -# Username (this should match the folder name) -authors: - - 吳恩達 - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Professor of Artificial Intelligence - -# Organizations/Affiliations -organizations: - - name: Stanford University - url: '' - -# Short bio (displayed in user profile at end of posts) -bio: My research interests include distributed robotics, mobile computing and programmable matter. - -interests: - - Artificial Intelligence - - Computational Linguistics - - Information Retrieval - -education: - courses: - - course: PhD in Artificial Intelligence - institution: Stanford University - year: 2012 - - course: MEng in Artificial Intelligence - institution: Massachusetts Institute of Technology - year: 2009 - - course: BSc in Artificial Intelligence - institution: Massachusetts Institute of Technology - year: 2008 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:test@example.org' - - icon: twitter - icon_pack: fab - link: https://twitter.com/GeorgeCushen - - icon: google-scholar - icon_pack: ai - link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ - - icon: github - icon_pack: fab - link: https://github.com/gcushen -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Researchers - - Visitors ---- - -吳恩達 is a professor of artificial intelligence at the Stanford AI Lab. His research interests include distributed robotics, mobile computing and programmable matter. He leads the Robotic Neurobiology group, which develops self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks. - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate. diff --git "a/content/authors/\345\220\263\346\201\251\351\201\224/avatar.jpg" "b/content/authors/\345\220\263\346\201\251\351\201\224/avatar.jpg" deleted file mode 100644 index 49337e4744..0000000000 Binary files "a/content/authors/\345\220\263\346\201\251\351\201\224/avatar.jpg" and /dev/null differ diff --git a/content/contact/index.md b/content/contact/index.md index d1e4f65f25..3523c324a5 100644 --- a/content/contact/index.md +++ b/content/contact/index.md @@ -9,24 +9,22 @@ sections: content: title: Contact text: |- - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tempus augue non tempor egestas. Proin nisl nunc, dignissim in accumsan dapibus, auctor ullamcorper neque. Quisque at elit felis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Aenean eget elementum odio. Cras interdum eget risus sit amet aliquet. In volutpat, nisl ut fringilla dignissim, arcu nisl suscipit ante, at accumsan sapien nisl eu eros. - email: test@example.org - phone: 888 888 88 88 + You can use the following form to contact us. We will get back to you as soon as possible. + email: mehranagh200@gmail.com + phone: address: - street: 450 Serra Mall - city: Stanford - region: CA - postcode: '94305' - country: United States - country_code: US + street: 8888 University Dr W + city: Burnaby + region: BC + postcode: 'V5A 1S6' + country: Canada + country_code: CA coordinates: - latitude: '37.4275' - longitude: '-122.1697' - directions: Enter Building 1 and take the stairs to Office 200 on Floor 2 + latitude: '49.2769' + longitude: '-122.9141' + directions: TASC1 office_hours: - - 'Monday 10:00 to 13:00' - - 'Wednesday 09:00 to 10:00' - appointment_url: 'https://calendly.com' + # appointment_url: 'https://calendly.com' #contact_links: # - icon: comments # icon_pack: fas @@ -40,30 +38,30 @@ sections: form: provider: netlify formspree: - id: + id: 8d3cbb2f-5ff1-4c33-8edf-3f47cf6a158b netlify: # Enable CAPTCHA challenge to reduce spam? - captcha: false + captcha: true design: columns: '1' - - block: markdown - content: - title: - subtitle: '' - text: - design: - columns: '1' - background: - image: - filename: contact.jpg - filters: - brightness: 1 - parallax: false - position: center - size: cover - text_color_light: true - spacing: - padding: ['20px', '0', '20px', '0'] - css_class: fullscreen + # - block: markdown + # content: + # title: + # subtitle: '' + # text: + # design: + # columns: '1' + # background: + # image: + # filename: contact.jpg + # filters: + # brightness: 1 + # parallax: false + # position: center + # size: cover + # text_color_light: true + # spacing: + # padding: ['20px', '0', '20px', '0'] + # css_class: fullscreen --- diff --git a/content/event/_index.md b/content/event/_index.md index 3925684df8..5565c40652 100644 --- a/content/event/_index.md +++ b/content/event/_index.md @@ -7,5 +7,5 @@ view: compact # Optional header image (relative to `assets/media/` folder). banner: caption: '' - image: '' + image: 'icon.png' --- diff --git a/content/people/index.md b/content/people/index.md index c10a00e28b..dba95f3877 100644 --- a/content/people/index.md +++ b/content/people/index.md @@ -7,20 +7,23 @@ type: landing sections: - block: people content: - title: Meet the Team + title: Meet the Group # Choose which groups/teams of users to display. # Edit `user_groups` in each user's profile to add them to one or more of these groups. user_groups: - Principal Investigators - - Researchers + - Supervisor - Grad Students + - Researchers + - Members + - Affiliated members/collaborators - Administration - - Visitors - Alumni - sort_by: Params.last_name + sort_by: Params.user_groups sort_ascending: true design: show_interests: false show_role: true + show_bio: true show_social: true --- \ No newline at end of file diff --git a/content/publication/AdaIMLE/cite.bib b/content/publication/AdaIMLE/cite.bib new file mode 100644 index 0000000000..ad59d08692 --- /dev/null +++ b/content/publication/AdaIMLE/cite.bib @@ -0,0 +1,7 @@ +@inproceedings{aghabozorgi2023adaimle, +title={Adaptive IMLE for Few-shot Pretraining-free Generative Modelling +}, +author={Mehran Aghabozorgi and Shichong Peng and Ke Li}, +booktitle={International Conference on Machine Learning}, +year={2023} +} \ No newline at end of file diff --git a/content/publication/AdaIMLE/conference-paper.pdf b/content/publication/AdaIMLE/conference-paper.pdf new file mode 100644 index 0000000000..b8aec9eee1 Binary files /dev/null and b/content/publication/AdaIMLE/conference-paper.pdf differ diff --git a/content/publication/AdaIMLE/featured.jpg b/content/publication/AdaIMLE/featured.jpg new file mode 100644 index 0000000000..3c2dae920b Binary files /dev/null and b/content/publication/AdaIMLE/featured.jpg differ diff --git a/content/publication/AdaIMLE/index.md b/content/publication/AdaIMLE/index.md new file mode 100644 index 0000000000..149e7fd133 --- /dev/null +++ b/content/publication/AdaIMLE/index.md @@ -0,0 +1,109 @@ +--- +title: 'Adaptive IMLE for Few-shot Pretraining-free Generative Modelling' + +# Authors +# If you created a profile for a user (e.g. the default `admin` user), write the username (folder name) here +# and it will be replaced with their full name and linked to their profile. +authors: + - mehran + - shichong + - keli + +# Author notes (optional) +author_notes: + +date: '2023-04-24' +doi: '' + +# Schedule page publish date (NOT publication's date). +publishDate: '2023-04-24' + +# Publication type. +# Accepts a single type but formatted as a YAML list (for Hugo requirements). +# Enter a publication type from the CSL standard. +publication_types: ['paper-conference'] + +# Publication name and optional abbreviated publication name. +publication: International Conference on Machine Learning 2023 +publication_short: ICML 2023 + +abstract: Despite their success on large datasets, GANs have been difficult to apply in the few-shot setting, where only a limited number of training examples are provided. Due to mode collapse, GANs tend to ignore some training examples, causing overfitting to a subset of the training dataset, which is small in the first place. A recent method called Implicit Maximum Likelihood Estimation (IMLE) is an alternative to GAN that tries to address this issue. It uses the same kind of generators as GANs but trains it with a different objective that encourages mode coverage. However, the theoretical guarantees of IMLE hold under a restrictive condition that the optimal likelihood at all data points is the same. In this paper, we present a more generalized formulation of IMLE which includes the original formulation as a special case, and we prove that the theoretical guarantees hold under weaker conditions. Using this generalized formulation, we further derive a new algorithm, which we dub Adaptive IMLE, which can adapt to the varying difficulty of different training examples. We demonstrate on multiple few-shot image synthesis datasets that our method significantly outperforms existing methods. Our code is available at https://github.com/mehranagh20/AdaIMLE. + +# Summary. An optional shortened abstract. +summary: We present Adaptive IMLE, a generative modeling approach that covers all the modes and produces high-quality results. Adaptive IMLE is capble of learning from a few samples from scratch without any auxiliary datasets. We apply our method to the challenging task of few-shot unconditional image generation with as few as 100 data examples. + + +tags: [] + +# Display this page in the Featured widget? +featured: true + +# Custom links (uncomment lines below) +# links: +# - name: Custom Link +# url: http://example.org + +url_pdf: 'https://openreview.net/pdf?id=CNq0JvrDfw' +url_code: 'https://github.com/mehranagh20/AdaIMLE' +url_dataset: 'https://github.com/mehranagh20/AdaIMLE' +url_poster: '' +url_project: 'https://github.com/mehranagh20/AdaIMLE' +url_slides: '' +url_source: 'https://github.com/mehranagh20/AdaIMLE' +url_video: 'https://youtu.be/xKt6YYY4hq8' + +# Featured image +# To use, add an image named `featured.jpg/png` to your page's folder. +image: + caption: '' + focal_point: '' + preview_only: false + +# Associated Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `internal-project` references `content/project/internal-project/index.md`. +# Otherwise, set `projects: []`. +projects: + - AdaIMLE + +# Slides (optional). +# Associate this publication with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides: "example"` references `content/slides/example/index.md`. +# Otherwise, set `slides: ""`. +slides: example +--- + + + + +Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/). + + + + +

+In the following figure, we can see how the Adaptive IMLE algorithm shrinks neighbourhoods around data points in a toy example. You can find a jupyter notebook that includes a basic implementation of Adaptive IMLE here. +

+training + +
+ +

+If you find our work useful in your research, please consider citing: +

+ +```bibtex +@inproceedings{aghabozorgi2023adaimle, +title={Adaptive IMLE for Few-shot Pretraining-free Generative Modelling +}, +author={Mehran Aghabozorgi and Shichong Peng and Ke Li}, +booktitle={International Conference on Machine Learning}, +year={2023} +} +``` \ No newline at end of file diff --git a/content/publication/CHIMLE/cite.bib b/content/publication/CHIMLE/cite.bib new file mode 100644 index 0000000000..6d9a37c255 --- /dev/null +++ b/content/publication/CHIMLE/cite.bib @@ -0,0 +1,11 @@ +@inproceedings{peng2022chimle, + title={CHIMLE: Conditional Hierarchical IMLE for Multimodal Conditional Image Synthesis}, + author={Shichong Peng and Alireza Moazeni and Ke Li}, + booktitle = {Advances in Neural Information Processing Systems}, + editor = {S. Koyejo and S. Mohamed and A. Agarwal and D. Belgrave and K. Cho and A. Oh}, + pages = {280--296}, + publisher = {Curran Associates, Inc.}, + url = {https://proceedings.neurips.cc/paper_files/paper/2022/file/0207c9ea9faf66c6e892c3fa3c167b75-Paper-Conference.pdf}, + volume = {35}, + year = {2022} +} \ No newline at end of file diff --git a/content/publication/CHIMLE/featured.png b/content/publication/CHIMLE/featured.png new file mode 100644 index 0000000000..347feb45c2 Binary files /dev/null and b/content/publication/CHIMLE/featured.png differ diff --git a/content/publication/CHIMLE/index.md b/content/publication/CHIMLE/index.md new file mode 100644 index 0000000000..419937740c --- /dev/null +++ b/content/publication/CHIMLE/index.md @@ -0,0 +1,104 @@ +--- +title: 'CHIMLE: Conditional Hierarchical IMLE for Multimodal Conditional Image Synthesis' + +# Authors +# If you created a profile for a user (e.g. the default `admin` user), write the username (folder name) here +# and it will be replaced with their full name and linked to their profile. +authors: + - shichong + - alireza + - keli + +# Author notes (optional) +author_notes: + +date: '2022-11-29' +doi: '' + +# Schedule page publish date (NOT publication's date). +publishDate: '2023-04-24' + +# Publication type. +# Accepts a single type but formatted as a YAML list (for Hugo requirements). +# Enter a publication type from the CSL standard. +publication_types: ['paper-conference'] + +# Publication name and optional abbreviated publication name. +publication: Advances in Neural Information Processing Systems 2022 +publication_short: NeurIPS 2022 + +abstract: A persistent challenge in conditional image synthesis has been to generate diverse output images from the same input image despite only one output image being observed per input image. GAN-based methods are prone to mode collapse, which leads to low diversity. To get around this, we leverage Implicit Maximum Likelihood Estimation (IMLE) which can overcome mode collapse fundamentally. IMLE uses the same generator as GANs but trains it with a different, non-adversarial objective which ensures each observed image has a generated sample nearby. Unfortunately, to generate high-fidelity images, prior IMLE-based methods require a large number of samples, which is expensive. In this paper, we propose a new method to get around this limitation, which we dub Conditional Hierarchical IMLE (CHIMLE), which can generate high-fidelity images without requiring many samples. We show CHIMLE significantly outperforms the prior best IMLE, GAN and diffusion-based methods in terms of image fidelity and mode coverage across four tasks, namely night-to-day, 16x single image super-resolution, image colourization and image decompression. Quantitatively, our method improves Fréchet Inception Distance (FID) by 36.9% on average compared to the prior best IMLE-based method, and by 27.5% on average compared to the best non-IMLE-based general-purpose methods. More results and code are available on the [project website](https://niopeng.github.io/CHIMLE/). + +# Summary. An optional shortened abstract. +summary: We present Conditional Hierarchical IMLE (CHIMLE), a general purposed conditional image synthesis method that generates diverse and high-quality output images. We show CHIMLE significantly outperforms the prior best IMLE, GAN and diffusion-based methods in terms of image fidelity and mode coverage across four tasks, namely night-to-day, 16x single image super-resolution, image colourization and image decompression. + + +tags: [] + +# Display this page in the Featured widget? +featured: true + +# Custom links (uncomment lines below) +# links: +# - name: Custom Link +# url: http://example.org + +url_pdf: 'https://arxiv.org/abs/2211.14286' +url_code: 'https://github.com/niopeng/CHIMLE/tree/main/code' +url_dataset: '' +url_poster: '' +url_project: 'https://niopeng.github.io/CHIMLE/' +url_slides: '' +url_source: '' +url_video: 'https://youtu.be/plgPL3XyzRg?feature=shared' + +# Featured image +# To use, add an image named `featured.jpg/png` to your page's folder. +image: + caption: '' + focal_point: '' + preview_only: false + +# Associated Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `internal-project` references `content/project/internal-project/index.md`. +# Otherwise, set `projects: []`. +projects: + - CHIMLE + +# Slides (optional). +# Associate this publication with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides: "example"` references `content/slides/example/index.md`. +# Otherwise, set `slides: ""`. +slides: example +--- + + + + + + + + + + +
+ +

+If you find our work useful in your research, please consider citing: +

+ +```bibtex +@inproceedings{peng2022chimle, + title={CHIMLE: Conditional Hierarchical IMLE for Multimodal Conditional Image Synthesis}, + author={Shichong Peng and Alireza Moazeni and Ke Li}, + booktitle={Advances in Neural Information Processing Systems}, + year={2022} +} +``` \ No newline at end of file diff --git a/content/publication/IceFormer/cite.bib b/content/publication/IceFormer/cite.bib new file mode 100644 index 0000000000..d1045d9418 --- /dev/null +++ b/content/publication/IceFormer/cite.bib @@ -0,0 +1,8 @@ +@inproceedings{ +mao2024iceformer, +title={IceFormer: Accelerated Inference with Long-Sequence Transformers on {CPU}s}, +author={Yuzhen Mao and Martin Ester and Ke Li}, +booktitle={The Twelfth International Conference on Learning Representations}, +year={2024}, +url={https://openreview.net/forum?id=6RR3wU4mSZ} +} \ No newline at end of file diff --git a/content/publication/IceFormer/conference-paper.pdf b/content/publication/IceFormer/conference-paper.pdf new file mode 100644 index 0000000000..73ba660ee4 Binary files /dev/null and b/content/publication/IceFormer/conference-paper.pdf differ diff --git a/content/publication/IceFormer/featured.png b/content/publication/IceFormer/featured.png new file mode 100644 index 0000000000..377b58483b Binary files /dev/null and b/content/publication/IceFormer/featured.png differ diff --git a/content/publication/IceFormer/index.md b/content/publication/IceFormer/index.md new file mode 100644 index 0000000000..8d8a6418cf --- /dev/null +++ b/content/publication/IceFormer/index.md @@ -0,0 +1,110 @@ +--- +title: 'IceFormer: Accelerated Inference with Long-Sequence Transformers on CPUs' + +# Authors +# If you created a profile for a user (e.g. the default `admin` user), write the username (folder name) here +# and it will be replaced with their full name and linked to their profile. +authors: + - yuzhen + - Martin Ester + - keli + +# Author notes (optional) +author_notes: + +date: '2024-05-01' +doi: '' + +# Schedule page publish date (NOT publication's date). +publishDate: '2024-05-01' + +# Publication type. +# Accepts a single type but formatted as a YAML list (for Hugo requirements). +# Enter a publication type from the CSL standard. +publication_types: ['paper-conference'] + +# Publication name and optional abbreviated publication name. +publication: The Twelfth International Conference on Learning Representations +publication_short: ICLR 2024 + +abstract: One limitation of existing Transformer-based models is that they cannot handle very long sequences as input since their self-attention operations exhibit quadratic time and space complexity. This problem becomes especially acute when Transformers are deployed on hardware platforms equipped only with CPUs. To address this issue, we propose a novel method for accelerating self-attention at inference time that works with pretrained Transformer models out-of-the-box without requiring retraining. We experiment using our method to accelerate various long-sequence Transformers, including a leading LLaMA 2-based LLM, on various benchmarks and demonstrate a greater speedup of 2.73x - 7.63x while retaining 98.6% - 99.6% of the accuracy of the original pretrained models. The code is available on our project website at https://yuzhenmao.github.io/IceFormer/. + +# Summary. An optional shortened abstract. +# summary: Given a set of images from different views and their corresponding camera poses, PAPR learns a point-based surface representation of the scene and a rendering pipeline from scratch. Additionally, PAPR enables practical applications such as geometry editing, object manipulation, texture transfer, and exposure control. + + +tags: [] + +# Display this page in the Featured widget? +featured: true + +# Custom links (uncomment lines below) +# links: +# - name: Custom Link +# url: http://example.org + +url_pdf: 'https://openreview.net/pdf?id=6RR3wU4mSZ' +url_code: 'https://github.com/yuzhenmao/IceFormer' +url_dataset: '' +url_poster: '' +url_project: 'https://yuzhenmao.github.io/IceFormer/' +url_slides: '' +url_source: 'https://yuzhenmao.github.io/IceFormer/' +url_video: 'https://youtu.be/6W0DtYRzFng' + +# Featured image +# To use, add an image named `featured.jpg/png` to your page's folder. +image: + caption: '' + focal_point: '' + preview_only: false + +# Associated Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `internal-project` references `content/project/internal-project/index.md`. +# Otherwise, set `projects: []`. +projects: + - IceFormer + +# Slides (optional). +# Associate this publication with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides: "example"` references `content/slides/example/index.md`. +# Otherwise, set `slides: ""`. +# slides: example +--- + + + + + + + + + + + + +```bibtex +@inproceedings{ +mao2024iceformer, +title={IceFormer: Accelerated Inference with Long-Sequence Transformers on {CPU}s}, +author={Yuzhen Mao and Martin Ester and Ke Li}, +booktitle={The Twelfth International Conference on Learning Representations}, +year={2024}, +url={https://openreview.net/forum?id=6RR3wU4mSZ} +} +``` \ No newline at end of file diff --git a/content/publication/PAPR/cite.bib b/content/publication/PAPR/cite.bib new file mode 100644 index 0000000000..1fde86b308 --- /dev/null +++ b/content/publication/PAPR/cite.bib @@ -0,0 +1,6 @@ +@inproceedings{zhang2023papr, + title={PAPR: Proximity Attention Point Rendering}, + author={Yanshu Zhang and Shichong Peng and Seyed Alireza Moazenipourasil and Ke Li}, + booktitle={Thirty-seventh Conference on Neural Information Processing Systems}, + year={2023} +} \ No newline at end of file diff --git a/content/publication/PAPR/conference-paper.pdf b/content/publication/PAPR/conference-paper.pdf new file mode 100644 index 0000000000..13a47e1cf5 Binary files /dev/null and b/content/publication/PAPR/conference-paper.pdf differ diff --git a/content/publication/PAPR/featured.png b/content/publication/PAPR/featured.png new file mode 100644 index 0000000000..4e0760d118 Binary files /dev/null and b/content/publication/PAPR/featured.png differ diff --git a/content/publication/PAPR/index.md b/content/publication/PAPR/index.md new file mode 100644 index 0000000000..4ba250ff05 --- /dev/null +++ b/content/publication/PAPR/index.md @@ -0,0 +1,109 @@ +--- +title: 'PAPR: Proximity Attention Point Rendering' + +# Authors +# If you created a profile for a user (e.g. the default `admin` user), write the username (folder name) here +# and it will be replaced with their full name and linked to their profile. +authors: + - yanshu + - shichong + - alireza + - keli + +# Author notes (optional) +author_notes: + +date: '2024-04-28' +doi: '' + +# Schedule page publish date (NOT publication's date). +publishDate: '2024-04-28' + +# Publication type. +# Accepts a single type but formatted as a YAML list (for Hugo requirements). +# Enter a publication type from the CSL standard. +publication_types: ['paper-conference'] + +# Publication name and optional abbreviated publication name. +publication: Conference on Neural Information Processing Systems 2023 +publication_short: NeurIPS 2023 + +abstract: Learning accurate and parsimonious point cloud representations of scene surfaces from scratch remains a challenge in 3D representation learning. Existing point-based methods often suffer from the vanishing gradient problem or require a large number of points to accurately model scene geometry and texture. To address these limitations, we propose Proximity Attention Point Rendering (PAPR), a novel method that consists of a point-based scene representation and a differentiable renderer. Our scene representation uses a point cloud where each point is characterized by its spatial position, influence score, and view-independent feature vector. The renderer selects the relevant points for each ray and produces accurate colours using their associated features. PAPR effectively learns point cloud positions to represent the correct scene geometry, even when the initialization drastically differs from the target geometry. Notably, our method captures fine texture details while using only a parsimonious set of points. We also demonstrate four practical applications of our method, which are zero-shot geometry editing, object manipulation, texture transfer, and exposure control. More results and code are available at https://zvict.github.io/papr. + +# Summary. An optional shortened abstract. +summary: Given a set of images from different views and their corresponding camera poses, PAPR learns a point-based surface representation of the scene and a rendering pipeline from scratch. Additionally, PAPR enables practical applications such as geometry editing, object manipulation, texture transfer, and exposure control. + + +tags: [] + +# Display this page in the Featured widget? +featured: true + +# Custom links (uncomment lines below) +# links: +# - name: Custom Link +# url: http://example.org + +url_pdf: 'https://arxiv.org/abs/2307.11086' +url_code: 'https://zvict.github.io/papr/' +url_dataset: 'https://zvict.github.io/papr/' +url_poster: '' +url_project: 'https://zvict.github.io/papr/' +url_slides: '' +url_source: 'https://zvict.github.io/papr/' +url_video: 'https://youtu.be/1atBGH_pDHY' + +# Featured image +# To use, add an image named `featured.jpg/png` to your page's folder. +image: + caption: '' + focal_point: '' + preview_only: false + +# Associated Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `internal-project` references `content/project/internal-project/index.md`. +# Otherwise, set `projects: []`. +projects: + - PAPR + +# Slides (optional). +# Associate this publication with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides: "example"` references `content/slides/example/index.md`. +# Otherwise, set `slides: ""`. +slides: example +--- + + + + + + + + + + + + +```bibtex +@inproceedings{zhang2023papr, + title={PAPR: Proximity Attention Point Rendering}, + author={Yanshu Zhang and Shichong Peng and Seyed Alireza Moazenipourasil and Ke Li}, + booktitle={Thirty-seventh Conference on Neural Information Processing Systems}, + year={2023} +} +``` \ No newline at end of file diff --git a/content/publication/conference-paper/cite.bib b/content/publication/conference-paper/cite.bib deleted file mode 100644 index 98c37482af..0000000000 --- a/content/publication/conference-paper/cite.bib +++ /dev/null @@ -1,8 +0,0 @@ -@inproceedings{example1, - title={An example conference paper}, - author={Bighetti, Nelson and Ford, Robert}, - booktitle={Source Themes Conference}, - pages={1--6}, - year={2013}, - organization={IEEE} -} diff --git a/content/publication/conference-paper/conference-paper.pdf b/content/publication/conference-paper/conference-paper.pdf deleted file mode 100644 index 747064e2cb..0000000000 Binary files a/content/publication/conference-paper/conference-paper.pdf and /dev/null differ diff --git a/content/publication/conference-paper/featured.jpg b/content/publication/conference-paper/featured.jpg deleted file mode 100644 index 2ebab27a0f..0000000000 Binary files a/content/publication/conference-paper/featured.jpg and /dev/null differ diff --git a/content/publication/conference-paper/index.md b/content/publication/conference-paper/index.md deleted file mode 100644 index 3f1178b084..0000000000 --- a/content/publication/conference-paper/index.md +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: 'An example conference paper' - -# Authors -# If you created a profile for a user (e.g. the default `admin` user), write the username (folder name) here -# and it will be replaced with their full name and linked to their profile. -authors: - - admin - - Robert Ford - -# Author notes (optional) -author_notes: - - 'Equal contribution' - - 'Equal contribution' - -date: '2013-07-01T00:00:00Z' -doi: '' - -# Schedule page publish date (NOT publication's date). -publishDate: '2017-01-01T00:00:00Z' - -# Publication type. -# Accepts a single type but formatted as a YAML list (for Hugo requirements). -# Enter a publication type from the CSL standard. -publication_types: ['paper-conference'] - -# Publication name and optional abbreviated publication name. -publication: In *Wowchemy Conference* -publication_short: In *ICW* - -abstract: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida. - -# Summary. An optional shortened abstract. -summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. - -tags: [] - -# Display this page in the Featured widget? -featured: true - -# Custom links (uncomment lines below) -# links: -# - name: Custom Link -# url: http://example.org - -url_pdf: '' -url_code: 'https://github.com/HugoBlox/hugo-blox-builder' -url_dataset: 'https://github.com/HugoBlox/hugo-blox-builder' -url_poster: '' -url_project: '' -url_slides: '' -url_source: 'https://github.com/HugoBlox/hugo-blox-builder' -url_video: 'https://youtube.com' - -# Featured image -# To use, add an image named `featured.jpg/png` to your page's folder. -image: - caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/pLCdAaMFLTE)' - focal_point: '' - preview_only: false - -# Associated Projects (optional). -# Associate this publication with one or more of your projects. -# Simply enter your project's folder or file name without extension. -# E.g. `internal-project` references `content/project/internal-project/index.md`. -# Otherwise, set `projects: []`. -projects: - - example - -# Slides (optional). -# Associate this publication with Markdown slides. -# Simply enter your slide deck's filename without extension. -# E.g. `slides: "example"` references `content/slides/example/index.md`. -# Otherwise, set `slides: ""`. -slides: example ---- - -{{% callout note %}} -Click the _Cite_ button above to demo the feature to enable visitors to import publication metadata into their reference management software. -{{% /callout %}} - -{{% callout note %}} -Create your slides in Markdown - click the _Slides_ button to check out the example. -{{% /callout %}} - -Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/). diff --git a/content/publication/journal-article/cite.bib b/content/publication/journal-article/cite.bib deleted file mode 100644 index a7da7acc51..0000000000 --- a/content/publication/journal-article/cite.bib +++ /dev/null @@ -1,8 +0,0 @@ -@article{example2, - title = {An example journal article}, - author={Bighetti, Nelson and Ford, Robert}, - journal = {Journal of Source Themes}, - year = 2015, - volume = 1, - number = 1 -} diff --git a/content/publication/journal-article/featured.jpg b/content/publication/journal-article/featured.jpg deleted file mode 100644 index 15272c012a..0000000000 Binary files a/content/publication/journal-article/featured.jpg and /dev/null differ diff --git a/content/publication/journal-article/index.md b/content/publication/journal-article/index.md deleted file mode 100644 index 079228aa13..0000000000 --- a/content/publication/journal-article/index.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -title: "An example journal article" -authors: -- admin -- Robert Ford -author_notes: -- "Equal contribution" -- "Equal contribution" -date: "2015-09-01T00:00:00Z" -doi: "" - -# Schedule page publish date (NOT publication's date). -publishDate: "2017-01-01T00:00:00Z" - -# Publication type. -# Accepts a single type but formatted as a YAML list (for Hugo requirements). -# Enter a publication type from the CSL standard. -publication_types: ["article-journal"] - -# Publication name and optional abbreviated publication name. -publication: "*Journal of Source Themes, 1*(1)" -publication_short: "" - -abstract: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida. - -# Summary. An optional shortened abstract. -summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. - -tags: -- Source Themes -featured: false - -# links: -# - name: "" -# url: "" -url_pdf: http://arxiv.org/pdf/1512.04133v1 -url_code: 'https://github.com/HugoBlox/hugo-blox-builder' -url_dataset: '' -url_poster: '' -url_project: '' -url_slides: '' -url_source: '' -url_video: '' - -# Featured image -# To use, add an image named `featured.jpg/png` to your page's folder. -image: - caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/jdD8gXaTZsc)' - focal_point: "" - preview_only: false - -# Associated Projects (optional). -# Associate this publication with one or more of your projects. -# Simply enter your project's folder or file name without extension. -# E.g. `internal-project` references `content/project/internal-project/index.md`. -# Otherwise, set `projects: []`. -projects: [] - -# Slides (optional). -# Associate this publication with Markdown slides. -# Simply enter your slide deck's filename without extension. -# E.g. `slides: "example"` references `content/slides/example/index.md`. -# Otherwise, set `slides: ""`. -slides: example ---- - -{{% callout note %}} -Click the *Cite* button above to demo the feature to enable visitors to import publication metadata into their reference management software. -{{% /callout %}} - -{{% callout note %}} -Create your slides in Markdown - click the *Slides* button to check out the example. -{{% /callout %}} - -Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/). diff --git a/content/publication/preprint/featured.jpg b/content/publication/preprint/featured.jpg deleted file mode 100644 index 8fdeeeec5c..0000000000 Binary files a/content/publication/preprint/featured.jpg and /dev/null differ diff --git a/content/publication/preprint/index.md b/content/publication/preprint/index.md deleted file mode 100644 index ccb94da951..0000000000 --- a/content/publication/preprint/index.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: "An example preprint / working paper" -authors: -- admin -date: "2019-04-07T00:00:00Z" -doi: "" - -# Schedule page publish date (NOT publication's date). -publishDate: "2017-01-01T00:00:00Z" - -# Publication type. -# Accepts a single type but formatted as a YAML list (for Hugo requirements). -# Enter a publication type from the CSL standard. -publication_types: ["article"] - -# Publication name and optional abbreviated publication name. -publication: "" -publication_short: "" - -abstract: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida. - -# Summary. An optional shortened abstract. -summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. - -tags: -- Source Themes -featured: false - -links: -- name: Custom Link - url: http://example.org -url_pdf: http://arxiv.org/pdf/1512.04133v1 -url_code: 'https://github.com/HugoBlox/hugo-blox-builder' -url_dataset: '#' -url_poster: '#' -url_project: '' -url_slides: '' -url_source: '#' -url_video: '#' - -# Featured image -# To use, add an image named `featured.jpg/png` to your page's folder. -image: - caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/s9CC2SKySJM)' - focal_point: "" - preview_only: false - -# Associated Projects (optional). -# Associate this publication with one or more of your projects. -# Simply enter your project's folder or file name without extension. -# E.g. `internal-project` references `content/project/internal-project/index.md`. -# Otherwise, set `projects: []`. -projects: -- internal-project - -# Slides (optional). -# Associate this publication with Markdown slides. -# Simply enter your slide deck's filename without extension. -# E.g. `slides: "example"` references `content/slides/example/index.md`. -# Otherwise, set `slides: ""`. -slides: example ---- - -{{% callout note %}} -Create your slides in Markdown - click the *Slides* button to check out the example. -{{% /callout %}} - -Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/). diff --git a/go.sum b/go.sum new file mode 100644 index 0000000000..e1212cb729 --- /dev/null +++ b/go.sum @@ -0,0 +1,8 @@ +github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 h1:QPek2BL723n+uM4DjyV97qNIoPsmt/vnKAQyaGJbgvQ= +github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7/go.mod h1:xZiTEEurbEwj/NhZohozvlyLCGVCT2wARHDAJeqKG/c= +github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1/go.mod h1:So8+V2U+TNxlXmcpZfdDX0muLh3PdJ7z92h30sv3bZg= +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms v0.1.2-0.20231108143325-448ed0e3bd2b h1:pOYZJXK2hahVeW/FcVuBoFdvtR3DpsDDZVcbGnMNEdQ= +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms v0.1.2-0.20231108143325-448ed0e3bd2b/go.mod h1:Njlsj3S1Z833TdX1nacJZzsiwGGhOq4Nilzo2BH/wQ8= +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b h1:W8YVjA0quc4omsSJbsf80MRlB8Cd9DXnqlgYehikezM= +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b/go.mod h1:C7jfxMLv1bEUqbM9XDSmEpfOpS8w06OgqNDEcbuRgL4= +github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE= diff --git a/run.sh b/run.sh new file mode 100755 index 0000000000..55cdeb5629 --- /dev/null +++ b/run.sh @@ -0,0 +1 @@ +hugo server --bind=0.0.0.0 --watch --disableFastRender --environment=dev --ignoreCache --cleanDestinationDir