<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Multimodal Learning with Online Text Cleaning for E-commerce Product Search</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Zhizhang Hu</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shasha Li</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ming Du</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Arnab Dhua</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Douglas Gray</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Amazon Visual Shopping</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of California</institution>
          ,
          <addr-line>Merced</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Vision-language transformer models play a pivotal role in e-commerce product search. When using product description (e.g. product title) and product image pairs to train such models, there are often nonvisual-descriptive text attributes in the product description, which makes the visual textual alignment challenging. We introduce MultiModal Learning with online Token Pruning (MML-TP). MML-TP leverages token pruning, conventionally used for computational eficiency, to perform online text cleaning during multimodal model training. Evaluation on the e-commerce dataset comprising over 710k unique Amazon products validates that refining text tokens enhances the paired image branch's training, which leads to significantly improved visual search performance.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Token pruning</kwd>
        <kwd>multimodal learning</kwd>
        <kwd>product search</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Multimodal transformer models have been widely adopted in e-commerce product search,
including but not limited to caption-to-image search, image-to-image search, and
multimodalto-image search [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4 ref5">1, 2, 3, 4, 5</xref>
        ]. The success of applying multimodal models in e-commerce product
search can be attributed to its strength in understanding vision and language representations of
product contents. One of the key factors for training an efective vision-language multimodal
model relies on the alignment of image-text pairs in the dataset. In practice, the training dataset
is usually collected in an automatic fashion with limited manual cleaning or annotation. As a
result, the alignment between text and image is far from ideal.
      </p>
      <p>
        This misalignment issue is bi-directional: it could be the case that not all the text content
is reflected by the paired image, or the corresponding text does not fully describe the image
content. In e-commerce applications, the former issue is more common [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ] because sellers
are inclined to include as many as product attributes in the product title in order to promote
their listings. In the example shown in Figure 1, most phrases in the product title are not
visualdescriptive – how can you tell it is "No BPA" by looking at the image? Such non-visual-descriptive
phrases have significantly lower similarity to the image compared to other phrases. We assume
cleaning out such phrases could enhance multimodal alignment learning and lead to better
image embedding models.
      </p>
      <p>
        In this paper, we introduce MultiModal Learning with online Token Pruning (MML-TP),
a simple yet efective method for training the multimodal transformer models with noisy
ecommerce image-text training data. The method leverages token pruning technique, which was
conventionally used for improving models’ computational eficiency by discarding unimportant
tokens [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ], to perform online text cleaning during multimodal model training. The key idea
is that given that each phrase has a diferent importance in describing the image, we can let the
model learn to remove unimportant/unrelated tokens alongside its original multimodal training
task. As a result, the model can be trained with implicitly-cleaned image-text pairs.
      </p>
      <p>
        Given the scarcity of publicly available e-commerce datasets, we establish a benchmark
multimodal e-commerce dataset based on the uni-modal Amazon ESCI dataset [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] with over
710k unique products sold on Amazon.com. Extensive experiements on ALBEF [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and CLIP
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] frameworks validates the efectiveness of MML-TP. MML-TP boosts the image retrieval
performance by over 5 percentage point measured by Recall@1.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        The success of large-scale transformer-based pre-training in the field of Natural Language
Processing [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] has boosted research works in vision-language pre-training.
      </p>
      <p>
        Vision-language transformer models are trained on large-scale image-text pairs and learn a
joint vision-language embedding space for various downstream tasks. CLIP model [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] leverages
a broader source of supervision from text to train a predictive model that aligns text with image,
resulting in a task-agnostic model comparable to task-specific supervised models. ALIGN [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]
scales up the CLIP model with a noisy dataset without expensive filtering or post-processing
steps that cover more than one billion image alt-text pairs. CLIP and ALIGN show promising
results in vision-based downstream tasks, however, they ignore the interaction between two
modalities and vision-language downstream tasks.
      </p>
      <p>
        Later studies propose to learn joint embeddings of image contents and natural language
during pre-training, like OSCAR [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], UNIMO [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and UNITER [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. These works use an
Type of Model:
      </p>
      <p>Fusion by
Network Layers
Type of Model:</p>
      <p>Fusion by
Alignment Loss</p>
      <p>Image
Encoder
Image</p>
      <p>Cross Attention
(Key, Value)</p>
      <p>Alignment</p>
      <p>Loss
Multimodal
Fusion
Network</p>
      <p>Query</p>
      <p>Text
Encoder</p>
      <p>Text</p>
      <p>Query
Tokens
(Text)</p>
      <p>Key Tokens
(Text / Image)</p>
      <p>ImpSocrotarence</p>
      <p>Differentiable</p>
      <p>Mask
Row
Mean</p>
      <p>Learned
Thresholding</p>
      <p>
        Pruned
Tokens
Kept
Tokens
object detector backbone to capture vision features first, then a transformer-based model is
applied to the concatenated vision and text features to learn joint embeddings. ViLT [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]
further breaks through the regional feature from convolutional networks and adopts vision
transformer [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] to fuse the whole global image feature with natural languages. ALBEF [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]
and TCL [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] further exploit contrastive loss functions to align image and text features before
modeling their joint embeddings, increasing the interaction between two modalities and
achieving a state-of-the-art performance (SOTA).
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>In a nutshell, our method masks text tokens based on token importance derived from the
attention score matrix. We present how we define token importance in Section 3.1 and how
to mask text tokens based on their importance scores in Section 3.2. The overview of the two
components are illustrated in Figure 2.</p>
      <sec id="sec-3-1">
        <title>3.1. Token Importance</title>
        <p>For vision-language model learning frameworks like ALBEF, cross attention is used to directly
measure the relevance between image and text tokens. For frameworks like CLIP with no
relevance measurement between image and text tokens, self attention in the text branch measures
the importance of diferent text tokens. Given that the learning objective aligns text embedding
with image embedding, the text token attentions are learnt guided by visual features. we
hypothesize that analyzing the self-attention patterns within the text encoder reveals fine-grained
textual dependencies and also tokens’ importance in grounding visual content. Therefore, we
propose to use the attention score matrix from both self attention and cross attention to quantify
the importance of text tokens.</p>
        <p>Given an input query sequence x ∈ R×  with  tokens, and input key sequence z ∈ R× 
with  tokens, the attention score matrix is calculated as:</p>
        <p>Attn(x, z) =
xWW z
√</p>
        <p>,

where W ∈ R×  and W ∈ R×  are trainable weight matrices. For self-attention, we have
 =  and  = . This attention score matrix measures each input query token’s pairwise
importance on every key token.</p>
        <p>
          Note that the text tokens are used as query tokens in cross-attention. Therefore we could
aggregate the attention scores along key tokens to define text token importance score
following [
          <xref ref-type="bibr" rid="ref10 ref22 ref23">22, 23, 10</xref>
          ]. However, we find empirically that using key [CLS] token only gives better
performance. In cross-attention, the image [CLS] token encodes aggregated visual concepts.
In self-attention, the text [CLS] represents the overall linguistic context. Attending to these
consolidated representations provides a less noisy measure compared to all the key tokens.
Therefore, we calculate importance score of the -th query token as the average of its attention
to the key [CLS] token from all heads as shown blow.
        </p>
        <p>(x) =</p>
        <p>1 ∑︁ Attnℎ(x, z0),</p>
        <p>ℎ=1
where Attnℎ is the attention matrix for the ℎ− th head and we assume the [CLS] token is in the
ifrst (0-th) position of the key token sequence.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Pruning with Learned Threshold</title>
        <p>Given each query token’s importance score, MML-TP prunes unimportant tokens by comparing
the score with a threshold  . This process allows the model to discard noisy tokens that
contribute negatively or less to multimodal alignment and fusion. However, setting the value
of  ’ s is a nontrivial task. The appropriate threshold may difer between tasks and datasets.
The threshold may also vary across transformer layers, as deeper layers capture higher-level
concepts where fewer tokens may be relevant. Therefore, we model  as a learnable parameter,
allowing it to adapt to the specific requirements of each task, data, and layer.</p>
        <p>
          Inspired by Tempered Sigmoid Activations [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ], the diferentiable pruning mask defined for
the -th query token (x) in the -th attention layer is defined as:
(x) =  ( (x) −   ), (3)

where  is the temperature parameter and   is the threshold learnt for the -th layer. To mask
the text tokens, we update query token embedding features by multiplying them with their
associated mask score which is between 0 and 1. For tokens whose importance scores are
smaller than the threshold, their mask score is close to zero and hence they will not become
major information sources in succeeding layer.
        </p>
        <p>
          To encourage token pruning, we adopt pruning loss[
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] as an additional training objective.
(1)
(2)
(4)
where  is the sequence length of the Query at layer . The scaling factor  is designed for
models with dynamic Query length, which is helpful for normalizing the mask’s L1 norm to a
unified scale. Intuitively, when more tokens are situated close to the threshold, the gradient
ℒ  becomes larger. Consequently, this causes an increase in the threshold value, resulting
 
in the pruning of a greater number of tokens that are proximate to the threshold boundary.
Generally, for models with original training objectives ℒ, the updated training objective
is:
ℒ = ℒ +  · ℒ  ,
(5)
where  is the regularization parameter to control the aggressiveness of pruning.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experiments</title>
      <p>We in this section first describe the evaluation dataset, implementation details and evaluation
metrics. We consider the evaluation of MML-TP in two application scenarios. We can directly
use MML-TP to finetune a public available vision-language model. Or if we already have a
model finetuned on e-commerce dataset, which is often the case, we can further finetune the
model with few epochs using MML-TP on the same finetune dataset and achieve better product
search performance. We evaluate both scenarios with two models, that is, CLIP and ALBEF. We
also present ablation study on the two diferent token importance score definitions.</p>
      <sec id="sec-4-1">
        <title>4.1. Dataset</title>
        <p>
          Public multimodal e-commerce datasets are not suitable for our evaluation. Fashion-Gen [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ],
Fashion 200k [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ], Shopping100 [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ], and FashionIQ [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ] focus on the fashion domain, instead
of general purpose product search. M5 Product Data [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] and Product 1M Data [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ] are in the
form of Chinese product titles, as the unique characteristics of the Chinese language and its
tokenizing efect on the proposed MML-TP is out of the scope of this work. We therefore
establish a new benchmark multimodal e-commerce dataset based on Amazon ECSI dataset
[
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], which is a uni-modal dataset for product shopping queries. We add product catalog images
to Amazon ESCI dataset. After removing products that are no longer available or have less
than two images, the dataset covers over 710k products sold on Amazon.com. For each product,
we have a product title, a main image, and multiple (1 to 10) auxiliary images. We reserve 80k
products for test where 186k image-image pairs are generated for visual search (image to image
retrieval) evaluation. The other 630k products are used for training where 858k image-text pairs
are generated for multimodal learning. This dataset covers most common product categories,
including but not limited to Hardlines (e.g., electronics, furniture, ...), Softlines (apparel, shoes,..),
Consumables (personal care, pantry, ...), etc.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Implementation Details and Metric</title>
        <p>
          All experiments were conducted using 8 NVIDIA A100 GPUs, utilizing the PyTorch deep learning
framework [30] and the Ray distributed computing framework [31]. Both the CLIP and ALBEF
models employ a standard ViT-B/16 [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] vision encoder with 12 layers and 86M parameters.
CLIP’s text encoder is a 12-layer transformer with 63M parameters, while ALBEF’s text and
fusion encoders are built on a 6-layer transformer, totaling 124M parameters. In token pruning,
layer-wise thresholds are initialized with linearly rising values, ending with a fixed threshold of
0.01 at the final layer. The temperature parameter  is set at 1− 4. From empirical exploration,
a pruning loss’s regularization parameter  of 0.1 is found suitable for all experiments.
        </p>
        <p>We adopt the standard evaluation metric in image to image retrieval, i.e., Recall@K (denoted
as R@K), which is defined as the proportion of test queries for which the correct targets are
successfully identified within the top-K retrieved samples [ 32]. Unless specified, the unit in
tables of retrieval performance is the percentage (%.)</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. MML-TP for Public Model Finetune</title>
        <sec id="sec-4-3-1">
          <title>Pre-train</title>
        </sec>
        <sec id="sec-4-3-2">
          <title>Standard finetune</title>
        </sec>
        <sec id="sec-4-3-3">
          <title>MML-TP finetune</title>
          <p>↑
42.56
53.59
55.21
1.62
51.29
63.24
65.13
1.89
56.62
69.03
70.97
1.94</p>
        </sec>
        <sec id="sec-4-3-4">
          <title>Pre-train</title>
        </sec>
        <sec id="sec-4-3-5">
          <title>Standard finetune</title>
        </sec>
        <sec id="sec-4-3-6">
          <title>MML-TP, CA only</title>
        </sec>
        <sec id="sec-4-3-7">
          <title>MML-TP finetune</title>
          <p>↑</p>
          <p>We finetune CLIP with 100 epochs with a batch size of 1360, using the AdamW optimizer
[33] with a weight decay of 0.02. The learning rate was initialized at 5− 6, warmed up to
2− 5 after 10 epochs, and then decreased to 5− 6 using the cosine decay strategy. Evaluation
results in Table 1 left part shows that MML-TP finetune improves CLIP image to image retrieval
performance by 1-2 percentage points (pps) compared to standard finetune. This implies that
in vision-language frameworks where image and text tokens are not attended to each other
directly, token pruning in text self-attention layers still improves multimodal learning.</p>
          <p>We finetune ALBEF with its pre-training configuration and adjust the batch size to 320
due to memory limitation. We use MML-TP in two diferent setups, token pruning only on
cross-attention layers and token pruning on all the attention layers. As shown in 1 right part,
MML-TP with cross attention layers improves standard finetune method by about 3pps and
MML-TP with all attention layers further improves the performance by about 2pps. The results
not only validate the efectiveness of MML-TP but also imply the importance of token pruning
in self-attention layers.</p>
        </sec>
      </sec>
      <sec id="sec-4-4">
        <title>4.4. MML-TP for Second-Stage Fintune</title>
        <p>When there exists a production model which is finetuned from public model with e-commerce
dataset. It takes time and resources to repeat the finetune process with MML-TP method. We
therefore propose to do a second-stage finetune, where only few-epoch MML-TP finuetune is
conducted based on the finetuned model. Note that it’s possible that standard second-stage</p>
        <p>FT1
FT2, standard
FT2, MML-TP
51.68
53.83
56.75
5.07
62.27
64.44
67.39
5.12
68.68
70.83
73.65
4.97
ifnetune improves the first-stage finetune performance because the latter is under-fitting. We
therefore provide standard second-stage finetune results as baseline.</p>
        <p>Results in Table 2 shows that second-stage finetune with MML-TP improves CLIP first-stage
ifnetune retrieval performance by about 2.5pps. The improvement is even more significant,
about 5pps, for ALBEF model, probably because we have token pruning for both text self
attention layers and cross attention layers in ALBEF while it’s only text self attention layers for
CLIP.</p>
      </sec>
      <sec id="sec-4-5">
        <title>4.5. Ablation Study</title>
        <sec id="sec-4-5-1">
          <title>Average over tokens [CLS] token only, ours R@1 54.92</title>
          <p>64.75
65.13</p>
        </sec>
        <sec id="sec-4-5-2">
          <title>Average over tokens 3 [CLS] token only, ours R@1 56.82</title>
          <p>
            We do ablation study for the two ways of calculating token importance score. One is to follow
[
            <xref ref-type="bibr" rid="ref10 ref22 ref23">22, 23, 10</xref>
            ] and calculate the query token importance by using the average attention scores
over all the key tokens. The other one is proposed by us, that is, to use only the key [CLS]
token instead of all the key tokens. We experiment with the two methods to finetune the public
CLIP and ALBEF models. Results in Table 3 shows consistent better performance achieved by
using only the [CLS] token. Our explanation is that attending to consolidated [CLS] token
representation provides a less noisy importance measure compared to attending to all the key
tokens.
          </p>
        </sec>
      </sec>
      <sec id="sec-4-6">
        <title>4.6. Grad-CAM Visualization</title>
        <p>
          To get more insights on how the token pruning mask works for vision-language transformer
models. We visualize the attention map on the product image associated with each word in
the product title calculated by the MML-TP finetuned ALBEF model. We do Grad-CAM [ 34]
visualization on the fusion encoder’s third layer following [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
        <p>The attention maps reveal distinct patterns of focus. Words that are visually descriptive, such
as "valve," "dog," and "handle," exhibit concentrated attention areas. This suggests that the model
emphasizes regions in the image that correspond to these descriptive terms. In contrast, brand
names or words that lack a direct visual counterpart in the image, like "zurn," "ichoue," and
"estwing," show difused and scattered attention patterns.</p>
        <p>The diference in attention distribution demonstrates the model’s ability to discern between
text tokens. The model diminishes its attention toward text tokens that are potentially noisy or
less relevant while honing in on tokens that provide meaningful visual cues. Such behavior
aligns with our fundamental hypothesis and motivation: to prioritize informative text tokens
and reduce the influence of extraneous ones. This selective attention mechanism not only
highlights the model’s capability to diferentiate between visually grounded and non-grounded
textual information but also provides a rationale for our token pruning approach.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>In this paper, we address the challenge of noisy image-text pair alignment in e-commerce
datasets and propose MML-TP. Leveraging token pruning, MML-TP facilitates multimodal
transformer model learning with cleaner image-text pairings. By pruning noisy text tokens
implicitly, MML-TP denoises the text branch and strengthens the vision encoder, leading to a
more eficient multimodal model for e-commerce applications. Our evaluation with a large-scale
e-commerce dataset has demonstrated MML-TP’s efectiveness in improving visual search
performance. Also, the proposed method is flexible and compatible with models like CLIP that
rely on alignment loss and those like ALBEF with fusion networks.
11782–11791.
[30] A. Paszke, S. Gross, S. Chintala, Y. Wei, Z. Wang, J. Turner, A. Desmaison, L. Antiga,
J. Donahu, Pytorch: An imperative style, high-performance deep learning library, Advances
in Neural Information Processing Systems 32 (2019).
[31] P. Moritz, R. Nishihara, S. Wang, A. Tumanov, R. Liaw, E. Liang, M. Elibol, Z. Yang, W. Paul,
M. I. Jordan, et al., Ray: A distributed framework for emerging {AI} applications, in: 13th
USENIX symposium on operating systems design and implementation (OSDI 18), 2018, pp.
561–577.
[32] Y. Chen, L. Bazzani, Learning joint visual semantic matching embeddings for
languageguided retrieval, in: Computer Vision–ECCV 2020: 16th European Conference, Glasgow,
UK, August 23–28, 2020, Proceedings, Part XXII 16, Springer, 2020, pp. 136–152.
[33] I. Loshchilov, F. Hutter, Decoupled weight decay regularization, arXiv preprint
arXiv:1711.05101 (2017).
[34] R. R. Selvaraju, M. Cogswell, A. Das, R. Vedantam, D. Parikh, D. Batra, Grad-cam: Visual
explanations from deep networks via gradient-based localization, in: Proceedings of the
IEEE international conference on computer vision, 2017, pp. 618–626.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>H.</given-names>
            <surname>Ma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Choudhary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xie</surname>
          </string-name>
          , Ei-clip:
          <article-title>Entity-aware interventional contrastive learning for e-commerce cross-modal retrieval</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>18051</fpage>
          -
          <lpage>18061</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>B.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Jiang</surname>
          </string-name>
          , W. Ning,
          <article-title>Unified vision-language representation modeling for e-commerce same-style products retrieval</article-title>
          ,
          <source>arXiv preprint arXiv:2302.05093</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhuang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <article-title>Make: Vision-language pre-training based product retrieval in taobao search</article-title>
          ,
          <source>in: Companion Proceedings of the ACM Web Conference</source>
          <year>2023</year>
          ,
          <year>2023</year>
          , pp.
          <fpage>356</fpage>
          -
          <lpage>360</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , G. Ye,
          <string-name>
            <given-names>H.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , H. Chen,
          <article-title>Knowledge perceived multi-modal pretraining in e-commerce</article-title>
          ,
          <source>in: Proceedings of the 29th ACM International Conference on Multimedia</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>2744</fpage>
          -
          <lpage>2752</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tang</surname>
          </string-name>
          , Tmml:
          <article-title>Text-guided mulimodal product location for alleviating retrieval inconsistency in e-commerce</article-title>
          ,
          <source>in: Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>3275</fpage>
          -
          <lpage>3279</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Savarese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hoi</surname>
          </string-name>
          ,
          <article-title>Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models</article-title>
          ,
          <source>arXiv preprint arXiv:2301.12597</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>X.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. C.</given-names>
            <surname>Kampfmeyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <surname>X. Liang,</surname>
          </string-name>
          <article-title>M5product: Self-harmonized contrastive learning for e-commercial multi-modal pretraining</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>21252</fpage>
          -
          <lpage>21262</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>F.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Du</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Xu</surname>
          </string-name>
          , Mep-3m:
          <article-title>A large-scale multi-modal e-commerce product dataset</article-title>
          ,
          <source>Pattern Recognition</source>
          <volume>140</volume>
          (
          <year>2023</year>
          )
          <fpage>109519</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Rao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.-J. Hsieh</surname>
          </string-name>
          , Dynamicvit:
          <article-title>Eficient vision transformers with dynamic token sparsification</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>34</volume>
          (
          <year>2021</year>
          )
          <fpage>13937</fpage>
          -
          <lpage>13949</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Thorsley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gholami</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Kwon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hassoun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Keutzer</surname>
          </string-name>
          ,
          <article-title>Learned token pruning for transformers</article-title>
          ,
          <source>in: Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>784</fpage>
          -
          <lpage>794</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>C. K. Reddy</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Màrquez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Valero</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Rao</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Zaragoza</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Bandyopadhyay</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Biswas</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Xing</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Subbian</surname>
          </string-name>
          ,
          <article-title>Shopping queries dataset: A large-scale ESCI benchmark for improving product search (</article-title>
          <year>2022</year>
          ). arXiv:
          <volume>2206</volume>
          .
          <fpage>06588</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Selvaraju</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gotmare</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Joty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. C. H.</given-names>
            <surname>Hoi</surname>
          </string-name>
          ,
          <article-title>Align before fuse: Vision and language representation learning with momentum distillation</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>34</volume>
          (
          <year>2021</year>
          )
          <fpage>9694</fpage>
          -
          <lpage>9705</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A.</given-names>
            <surname>Radford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hallacy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ramesh</surname>
          </string-name>
          , G. Goh,
          <string-name>
            <given-names>S.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sastry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Askell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mishkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Clark</surname>
          </string-name>
          , et al.,
          <article-title>Learning transferable visual models from natural language supervision</article-title>
          ,
          <source>in: International conference on machine learning, PMLR</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>8748</fpage>
          -
          <lpage>8763</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          , arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>C.</given-names>
            <surname>Jia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.-T.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Parekh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Pham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Le</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.-H.</given-names>
            <surname>Sung</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Duerig</surname>
          </string-name>
          ,
          <article-title>Scaling up visual and vision-language representation learning with noisy text supervision</article-title>
          ,
          <source>in: International conference on machine learning, PMLR</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>4904</fpage>
          -
          <lpage>4916</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Yin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wei</surname>
          </string-name>
          , et al.,
          <article-title>Oscar: Object-semantics aligned pre-training for vision-language tasks</article-title>
          ,
          <source>in: European Conference on Computer Vision</source>
          , Springer,
          <year>2020</year>
          , pp.
          <fpage>121</fpage>
          -
          <lpage>137</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>W.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Niu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xiao</surname>
          </string-name>
          , H. Liu, J. Liu,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          , Unimo:
          <article-title>Towards unifiedmodal understanding and generation via cross-modal contrastive learning</article-title>
          , arXiv preprint arXiv:
          <year>2012</year>
          .
          <volume>15409</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Y.-C. Chen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>El Kholy</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Ahmed</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Gan</surname>
          </string-name>
          , Y. Cheng, J. Liu, Uniter:
          <article-title>Universal image-text representation learning</article-title>
          ,
          <source>in: European conference on computer vision</source>
          , Springer,
          <year>2020</year>
          , pp.
          <fpage>104</fpage>
          -
          <lpage>120</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>W.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Son</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Kim</surname>
          </string-name>
          ,
          <article-title>Vilt: Vision-and-language transformer without convolution or region supervision</article-title>
          ,
          <source>in: International Conference on Machine Learning, PMLR</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>5583</fpage>
          -
          <lpage>5594</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>A.</given-names>
            <surname>Dosovitskiy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Beyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kolesnikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Weissenborn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Unterthiner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Dehghani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Minderer</surname>
          </string-name>
          , G. Heigold,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gelly</surname>
          </string-name>
          , et al.,
          <article-title>An image is worth 16x16 words: Transformers for image recognition at scale</article-title>
          , arXiv preprint arXiv:
          <year>2010</year>
          .
          <volume>11929</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Duan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chanda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Chilimbi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <article-title>Visionlanguage pre-training with triple contrastive learning</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>15671</fpage>
          -
          <lpage>15680</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>S.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Choudhury</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Raje</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Chakaravarthy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sabharwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Verma</surname>
          </string-name>
          ,
          <article-title>Power-bert: Accelerating bert inference via progressive word-vector elimination</article-title>
          ,
          <source>in: International Conference on Machine Learning, PMLR</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>3690</fpage>
          -
          <lpage>3699</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Cho</surname>
          </string-name>
          ,
          <article-title>Length-adaptive transformer: Train once with length drop, use anytime with search</article-title>
          , arXiv preprint arXiv:
          <year>2010</year>
          .
          <volume>07003</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>N.</given-names>
            <surname>Papernot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Thakurta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Song</surname>
          </string-name>
          , S. Chien, Ú. Erlingsson,
          <article-title>Tempered sigmoid activations for deep learning with diferential privacy</article-title>
          ,
          <source>in: Proceedings of the AAAI Conference on Artificial Intelligence</source>
          , volume
          <volume>35</volume>
          ,
          <year>2021</year>
          , pp.
          <fpage>9312</fpage>
          -
          <lpage>9321</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhuge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.-P.</given-names>
            <surname>Fan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Qiu</surname>
          </string-name>
          , L. Shao,
          <article-title>Kaleido-bert: Visionlanguage pre-training on fashion domain</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>12647</fpage>
          -
          <lpage>12657</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>X.</given-names>
            <surname>Han</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z</surname>
          </string-name>
          . Wu,
          <string-name>
            <given-names>P. X.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. S.</given-names>
            <surname>Davis</surname>
          </string-name>
          ,
          <article-title>Automatic spatially-aware fashion concept discovery</article-title>
          ,
          <source>in: Proceedings of the IEEE international conference on computer vision</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>1463</fpage>
          -
          <lpage>1471</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>K. E.</given-names>
            <surname>Ak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. H.</given-names>
            <surname>Lim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Y.</given-names>
            <surname>Tham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Kassim</surname>
          </string-name>
          ,
          <article-title>Eficient multi-attribute similarity learning towards attribute-based fashion search</article-title>
          ,
          <source>in: 2018 IEEE Winter Conference on Applications of Computer Vision</source>
          (WACV), IEEE,
          <year>2018</year>
          , pp.
          <fpage>1671</fpage>
          -
          <lpage>1679</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Al-Halah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rennie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Grauman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Feris</surname>
          </string-name>
          ,
          <article-title>Fashion iq: A new dataset towards retrieving images by natural language feedback</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>11307</fpage>
          -
          <lpage>11317</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <surname>X. Liang,</surname>
          </string-name>
          <article-title>Product1m: Towards weakly supervised instance-level product retrieval via cross-modal pretraining</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF International Conference on Computer Vision</source>
          ,
          <year>2021</year>
          , pp.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>