Skip to content
 
 

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMMASI

Areal embedding based Masked Multihead Attention-based Spatial Interpolation for House Price Prediction

table1-performance-comparison

Improved on top of ASI [Viana2021].

Dataset

table1-performance-comparison

Original data is uploaded in ASI.

Experimental Result of AMMASI

table1-performance-comparison

Results of ASI

  • ASI with HA is the result from [Viana2021]
  • ASI with HA+P is the result recorded in notebooks/{dname}/Training-norm.ipynb

※ The file name 'norm' has nothing to do with poi. Sorry for confusion.

In asi_norm/input_dataset.py (line 49):

    def __call__(self):

        assert isinstance(self.id_dataset, object)

        data = np.load(PATH + '/datasets/'+ self.id_dataset + '/data_poi.npz', allow_pickle=True)

Results of AMMASI

  • Full results are reported in mycode/prediction/make_table-AMMASI.ipynb
  • You can also check mycode/test_logs for the full experiment logs.
  • You can also refer to ablation study (Fig.5).

table1-performance-comparison

Parameter and Ablation Test

table1-performance-comparison

table1-performance-comparison

References

[Viana2021] Viana, Darniton, and Luciano Barbosa. "Attention-based spatial interpolation for house price prediction." Proceedings of the 29th International Conference on Advances in Geographic Information Systems. 2021.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages