sherlockvn commited on
Commit
90e0988
·
verified ·
1 Parent(s): 1d37ac2

update cite

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -51,3 +51,26 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
51
  OUT OF OR IN CONNECTION WITH THE DATA OR THE USE OR OTHER DEALINGS IN THE
52
  DATA.
53
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  OUT OF OR IN CONNECTION WITH THE DATA OR THE USE OR OTHER DEALINGS IN THE
52
  DATA.
53
  ```
54
+
55
+ ### Cite
56
+ ```
57
+ @InProceedings{10.1007/978-981-96-4282-3_18,
58
+ author="Nguyen, Thanh Long
59
+ and Do, Manh Quang
60
+ and Nguyen, Ba Nghien",
61
+ editor="Buntine, Wray
62
+ and Fjeld, Morten
63
+ and Tran, Truyen
64
+ and Tran, Minh-Triet
65
+ and Huynh Thi Thanh, Binh
66
+ and Miyoshi, Takumi",
67
+ title="MEPC: Multi-level Product Category Recognition Image Dataset",
68
+ booktitle="Information and Communication Technology",
69
+ year="2025",
70
+ publisher="Springer Nature Singapore",
71
+ address="Singapore",
72
+ pages="216--225",
73
+ abstract="Multi-level product category prediction is a problem for businesses providing online retail sector systems. Accurate Multi-level prediction supports the system in avoiding the need for sellers to fill in product category information, saving time and reducing the cost of listing products online. This is an open research problem, which always attracts researchers. Deep learning techniques have shown promising results for category recognition problems. A neat and clean dataset is an elementary requirement for building accurate and robust deep-learning models for category prediction. This article introduces a new image dataset of the multi-level product, called MEPC. MEPC dataset has +164.000 images in the processed format available in the dataset. We evaluate the MEPC dataset with popular deep learning models, benchmark results in a top-1 accuracy score of 92.055{\%} with 10 classes and a top-5 accuracy score of 57.36{\%} with 1000 classes. The proposed dataset is good for training, validation, and testing for hierarchical image classification to improve predict multi-level categories in the online retail sector systems. Data and code will be released at https://huggingface.co/datasets/sherlockvn/MEPC.",
74
+ isbn="978-981-96-4282-3"
75
+ }
76
+ ```