-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #458 from ualsg/update
Zicheng's nighttime SVI work
- Loading branch information
Showing
19 changed files
with
237 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
--- | ||
# Documentation: https://sourcethemes.com/academic/docs/managing-content/ | ||
|
||
title: "New paper: Nighttime Street View Imagery" | ||
subtitle: "Sustainable Cities and Society publishes our work on a new perspective for sensing urban lighting landscape." | ||
summary: "Sustainable Cities and Society publishes our work on a new perspective for sensing urban lighting landscape." | ||
authors: [admin] | ||
tags: [paper, nighttime, ntl, computer vision, street view] | ||
categories: [] | ||
date: 2024-10-19T09:43:22+08:00 | ||
lastmod: 2024-10-19T09:43:22+08:00 | ||
featured: false | ||
draft: false | ||
show_related: true | ||
pager: true | ||
|
||
# Featured image | ||
# To use, add an image named `featured.jpg/png` to your page's folder. | ||
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. | ||
image: | ||
caption: "" | ||
focal_point: "" | ||
preview_only: false | ||
|
||
# Projects (optional). | ||
# Associate this post with one or more of your projects. | ||
# Simply enter your project's folder or file name without extension. | ||
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`. | ||
# Otherwise, set `projects = []`. | ||
|
||
--- | ||
|
||
We are glad to share our new paper: | ||
|
||
> Fan Z, Biljecki F (2024): Nighttime Street View Imagery: A new perspective for sensing urban lighting landscape. Sustainable Cities and Society, 116: 105862. [<i class="ai ai-doi-square ai"></i> 10.1016/j.scs.2024.105862](https://doi.org/10.1016/j.scs.2024.105862) [<i class="far fa-file-pdf"></i> PDF](/publication/2024-scs-night-svi/2024-scs-night-svi.pdf)</i> <i class="ai ai-open-access-square ai"></i> | ||
This research was led by {{% mention "zicheng" %}}. | ||
Congratulations on his first PhD journal publication! :raised_hands: :clap: | ||
|
||
The dataset has been released openly at [GitHub](https://github.com/fzc961020/Nighttime-SVI). | ||
|
||
![](1.png) | ||
|
||
![](2.png) | ||
|
||
### Highlights | ||
|
||
+ Street View Imagery (SVI) is taken almost exclusively during daytime, ignoring the urban nightscape. | ||
+ Elucidation of data collection and usability of such imagery during night. | ||
+ Exploring the profound correspondence between daytime SVI and nighttime SVI. | ||
+ Identifying nighttime SVI as viable complement for Nighttime Lights satellite imagery. | ||
+ Position that nighttime SVI is a latent but valuable urban dataset. | ||
|
||
![](3.png) | ||
|
||
![](4.png) | ||
|
||
|
||
### Abstract | ||
|
||
> Urban lighting reflects nocturnal activities and it is traditionally observed using Nighttime Lights (NTL) satellite imagery. Few studies systematically measure the nightscape from a human perspective. This study brings a new paradigm — urban lighting sensing via Nighttime Street View Imagery (SVI). The paradigm draws on the accomplishments of (daytime) SVI and gives attention to its ignored nighttime counterpart. We put forward this idea by manually collecting 2,831 nighttime SVIs across various urban functional areas in Singapore. We investigated their values by developing a use case for clustering nighttime lighting patterns. To mitigate the scarcity of nighttime SVI, deep learning regression models were trained to predict nighttime brightness based on corresponding daytime SVIs obtained from widely available sources. The results were compared with brightness data derived from satellite imagery, to affirm the novelty and uniqueness of nighttime SVI. As a result, there are 7 lighting patterns within the collected nighttime SVI, distinct in lighted spot features and total brightness. The identified patterns effectively characterize different urban function scenarios. The best trained brightness prediction model performs well in revealing the city-scale lighting landscape. The SVI-predicted brightness shows a distribution similar to the brightness from satellite imagery and complements it in urban areas with complex vertical lighting structures. This study demonstrates the potential of nighttime SVI as a valuable data source for mapping urban lighting and activities, offering advantages over satellite data. The proposed paradigm contributes significantly to cross-modal information mining in urban studies and has potential applications in scenarios such as light pollution mitigation and crime prevention. | ||
|
||
![](5.png) | ||
|
||
![](6.png) | ||
|
||
### Paper | ||
|
||
For more information, please see the [paper](/publication/2024-scs-night-svi/). | ||
|
||
[![](page-one.png)](/publication/2024-scs-night-svi/) | ||
|
||
BibTeX citation: | ||
```bibtex | ||
@article{2024_scs_nightSVI, | ||
author = {Fan, Zicheng and Biljecki, Filip}, | ||
doi = {10.1016/j.scs.2024.105862}, | ||
journal = {Sustainable Cities and Society}, | ||
pages = {105862}, | ||
title = {Nighttime Street View Imagery: A new perspective for sensing urban lighting landscape}, | ||
volume = {116}, | ||
year = {2024} | ||
} | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions
9
content/publication/2024-scs-night-svi/2024-scs-night-svi.bib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@article{2024_scs_nightSVI, | ||
author = {Fan, Zicheng and Biljecki, Filip}, | ||
doi = {10.1016/j.scs.2024.105862}, | ||
journal = {Sustainable Cities and Society}, | ||
pages = {105862}, | ||
title = {Nighttime Street View Imagery: A new perspective for sensing urban lighting landscape}, | ||
volume = {116}, | ||
year = {2024} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@article{2024_scs_nightSVI, | ||
author = {Fan, Zicheng and Biljecki, Filip}, | ||
doi = {10.1016/j.scs.2024.105862}, | ||
journal = {Sustainable Cities and Society}, | ||
pages = {105862}, | ||
title = {Nighttime Street View Imagery: A new perspective for sensing urban lighting landscape}, | ||
volume = {116}, | ||
year = {2024} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
--- | ||
title: 'Nighttime Street View Imagery: A new perspective for sensing urban lighting | ||
landscape' | ||
|
||
# Authors | ||
# A YAML list of author names | ||
# If you created a profile for a user (e.g. the default `admin` user at `content/authors/admin/`), | ||
# write the username (folder name) here, and it will be replaced with their full name and linked to their profile. | ||
authors: | ||
- zicheng | ||
- filip | ||
|
||
# Author notes (such as 'Equal Contribution') | ||
# A YAML list of notes for each author in the above `authors` list | ||
author_notes: [] | ||
|
||
date: '2024-10-18' | ||
|
||
# Date to publish webpage (NOT necessarily Bibtex publication's date). | ||
publishDate: '2024-10-19T01:10:14.923086Z' | ||
|
||
# Publication type. | ||
# A single CSL publication type but formatted as a YAML list (for Hugo requirements). | ||
publication_types: | ||
- article-journal | ||
|
||
# Publication name and optional abbreviated publication name. | ||
publication: '*Sustainable Cities and Society*' | ||
publication_short: '' | ||
|
||
doi: 10.1016/j.scs.2024.105862 | ||
|
||
abstract: 'Urban lighting reflects nocturnal activities and it is traditionally observed using Nighttime Lights (NTL) satellite imagery. Few studies systematically measure the nightscape from a human perspective. This study brings a new paradigm — urban lighting sensing via Nighttime Street View Imagery (SVI). The paradigm draws on the accomplishments of (daytime) SVI and gives attention to its ignored nighttime counterpart. We put forward this idea by manually collecting 2,831 nighttime SVIs across various urban functional areas in Singapore. We investigated their values by developing a use case for clustering nighttime lighting patterns. To mitigate the scarcity of nighttime SVI, deep learning regression models were trained to predict nighttime brightness based on corresponding daytime SVIs obtained from widely available sources. The results were compared with brightness data derived from satellite imagery, to affirm the novelty and uniqueness of nighttime SVI. As a result, there are 7 lighting patterns within the collected nighttime SVI, distinct in lighted spot features and total brightness. The identified patterns effectively characterize different urban function scenarios. The best trained brightness prediction model performs well in revealing the city-scale lighting landscape. The SVI-predicted brightness shows a distribution similar to the brightness from satellite imagery and complements it in urban areas with complex vertical lighting structures. This study demonstrates the potential of nighttime SVI as a valuable data source for mapping urban lighting and activities, offering advantages over satellite data. The proposed paradigm contributes significantly to cross-modal information mining in urban studies and has potential applications in scenarios such as light pollution mitigation and crime prevention.' | ||
|
||
# Summary. An optional shortened abstract. | ||
summary: '' | ||
|
||
tags: [] | ||
|
||
# Display this page in a list of Featured pages? | ||
featured: false | ||
|
||
# Links | ||
url_pdf: '' | ||
url_code: '' | ||
url_dataset: '' | ||
url_poster: '' | ||
url_project: '' | ||
url_slides: '' | ||
url_source: '' | ||
url_video: '' | ||
|
||
# Custom links (uncomment lines below) | ||
# links: | ||
# - name: Custom Link | ||
# url: http://example.org | ||
|
||
# Publication image | ||
# Add an image named `featured.jpg/png` to your page's folder then add a caption below. | ||
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. `projects: ['internal-project']` links to `content/project/internal-project/index.md`. | ||
# Otherwise, set `projects: []`. | ||
projects: [] | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters